Model creation structure. More...
#include <OPC_BaseModel.h>
Public Member Functions | |
OPCODECREATE () | |
Constructor. More... | |
Public Attributes | |
bool | mCanRemap |
true => allows OPCODE to reorganize client arrays More... | |
MeshInterface * | mIMesh |
Mesh interface (access to triangles & vertices) (*) More... | |
bool | mKeepOriginal |
true => keep a copy of the original tree (debug purpose) More... | |
bool | mNoLeaf |
true => discard leaf nodes (else use a normal tree) More... | |
bool | mQuantized |
true => quantize the tree (else use a normal tree) More... | |
BuildSettings | mSettings |
Builder's settings. More... | |
Model creation structure.
Definition at line 24 of file OPC_BaseModel.h.
OPCODECREATE::OPCODECREATE | ( | ) |
Constructor.
bool OPCODECREATE::mCanRemap |
true => allows OPCODE to reorganize client arrays
Definition at line 37 of file OPC_BaseModel.h.
MeshInterface* OPCODECREATE::mIMesh |
Mesh interface (access to triangles & vertices) (*)
Definition at line 29 of file OPC_BaseModel.h.
bool OPCODECREATE::mKeepOriginal |
true => keep a copy of the original tree (debug purpose)
Definition at line 36 of file OPC_BaseModel.h.
bool OPCODECREATE::mNoLeaf |
true => discard leaf nodes (else use a normal tree)
Definition at line 31 of file OPC_BaseModel.h.
bool OPCODECREATE::mQuantized |
true => quantize the tree (else use a normal tree)
Definition at line 32 of file OPC_BaseModel.h.
BuildSettings OPCODECREATE::mSettings |
Builder's settings.
Definition at line 30 of file OPC_BaseModel.h.