Information about one instance. More...
#include <InstanceManager.h>
Public Attributes | |
| int | classId |
| Indentifier to the class for the instance. | |
| int | x |
| world coordinates in voxels for the instance | |
| int | y |
| int | z |
| int * | materialMap |
| A list of material re-mappings for the instance. | |
| InstanceMirror | mirrorAxis |
| specify the mirror axis of the instance | |
| InstanceRotation | rotationAngle |
| specify the rotation angle | |
Information about one instance.
Definition at line 66 of file InstanceManager.h.