Holds data about a decoded entity. More...
Public Attributes | |
nkMemory::BufferCast< unsigned int > | _meshIndices |
The set of meshes contained, as indices pointing to their DecodedMeshData set counterpart. | |
nkMemory::BufferCast< unsigned int > | _materialIndices |
The set of materials contained, as indices pointing to their DecodedMaterialData set counterpart. | |
int | _nodeIndex = -1 |
The parent node, as the index within the DecodedNodeData set counterpart. No parent is encoded by -1. | |
Holds data about a decoded entity.
An entity links a set of meshes, to a set of materials.