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