#include <mesh_multi_lod.h>
Definition at line 65 of file mesh_multi_lod.h.
Public Types | |
enum | { BlendIn = 0x01, BlendOut = 0x02, CoarseMesh = 0x04, IsOpaque = 0x08, IsTransparent = 0x10 } |
Data Fields | |
float | BlendLength |
Length of the blend used to show this mesh. | |
float | DistMax |
Distance before which this lod is displayed. | |
uint8 | Flags |
Flags for the build. See flags description. | |
IMeshGeom * | MeshGeom |
|
Flags for the build of a slot BlendIn: if this flag is specified, this mesh will blend before be displayed. BlendOut: if this flag is specified, this mesh will blend before disapear. CoarseMesh: if this flag is specified, this mesh is a coarse mesh. Definition at line 75 of file mesh_multi_lod.h.
00076 { 00077 BlendIn = 0x01, 00078 BlendOut = 0x02, 00079 CoarseMesh = 0x04, 00080 IsOpaque = 0x08, 00081 IsTransparent = 0x10, 00082 }; |
|
Length of the blend used to show this mesh.
Definition at line 94 of file mesh_multi_lod.h. |
|
Distance before which this lod is displayed.
Definition at line 91 of file mesh_multi_lod.h. |
|
Flags for the build. See flags description.
Definition at line 97 of file mesh_multi_lod.h. |
|
A mesh base build to describe the mesh. Can't be NULL. The pointer is owned by the CMeshMultiLod after the call. Definition at line 88 of file mesh_multi_lod.h. |