Scene

Undocumented in source.

Members

Functions

construct
void construct()
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void destruct()
Undocumented in source. Be warned that the author may not have intended to support it.
indexCount
size_t indexCount()
Undocumented in source. Be warned that the author may not have intended to support it.
loadModel
void loadModel(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
meshCount
size_t meshCount()
Undocumented in source. Be warned that the author may not have intended to support it.
modelCount
size_t modelCount()
Undocumented in source. Be warned that the author may not have intended to support it.
vertexCount
size_t vertexCount()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

indexData
IndexData[] indexData;
Undocumented in source.
instanceData
InstanceData[] instanceData;
Undocumented in source.
instanceDescriptor
InstanceDescriptor[] instanceDescriptor;
Undocumented in source.
meshDescriptors
MeshDescriptor[] meshDescriptors;
Undocumented in source.
modelDescriptors
ModelDescriptor[] modelDescriptors;
Undocumented in source.
vertexData
VertexData[] vertexData;
Undocumented in source.

Meta