#include <hlodsave.h>
Classes | |
| class | HLodArrayEntry |
Public Member Functions | |
| HLodSaveClass (MeshConnectionsClass **connections, int lod_count, TimeValue CurTime, char *name, const char *htree_name, Progress_Meter_Class &meter, INodeListClass *origin_list) | |
| ~HLodSaveClass (void) | |
| bool | Save (ChunkSaveClass &csave) |
Protected Member Functions | |
| bool | save_header (ChunkSaveClass &csave) |
| bool | save_lod_arrays (ChunkSaveClass &csave) |
| bool | save_aggregate_array (ChunkSaveClass &csave) |
| bool | save_proxy_array (ChunkSaveClass &csave) |
| bool | save_sub_object_array (ChunkSaveClass &csave, const HLodArrayEntry &array) |
Protected Attributes | |
| W3dHLodHeaderStruct | header |
| HLodArrayEntry * | lod_array |
| HLodArrayEntry | aggregate_array |
| HLodArrayEntry | proxy_array |
HLodSaveClass This object takes an array of mesh-connections objects and exports an LOD model constructed from them.
Definition at line 61 of file hlodsave.h.
| HLodSaveClass::HLodSaveClass | ( | MeshConnectionsClass ** | connections, |
| int | lod_count, | ||
| TimeValue | CurTime, | ||
| char * | name, | ||
| const char * | htree_name, | ||
| Progress_Meter_Class & | meter, | ||
| INodeListClass * | origin_list ) |
Definition at line 99 of file hlodsave.cpp.
| HLodSaveClass::~HLodSaveClass | ( | void | ) |
Definition at line 223 of file hlodsave.cpp.
| bool HLodSaveClass::Save | ( | ChunkSaveClass & | csave | ) |
Definition at line 246 of file hlodsave.cpp.
|
protected |
Definition at line 343 of file hlodsave.cpp.
|
protected |
Definition at line 285 of file hlodsave.cpp.
|
protected |
Definition at line 312 of file hlodsave.cpp.
|
protected |
Definition at line 371 of file hlodsave.cpp.
|
protected |
Definition at line 400 of file hlodsave.cpp.
|
protected |
Definition at line 123 of file hlodsave.h.
|
protected |
Definition at line 121 of file hlodsave.h.
|
protected |
Definition at line 122 of file hlodsave.h.
|
protected |
Definition at line 124 of file hlodsave.h.