Model creation structure. More...
#include <Opcode.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. | |
Constructor.
Definition at line 40 of file OPC_BaseModel.cpp.