- boundingBoxes
BoundingBox* boundingBoxes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- getAnimation
string getAnimation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAnimation
bool hasAnimation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hasTextures
bool hasTextures [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- header
IqmHeader header [@property getter]
- joints
string joints [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- outFrames
mat4[] outFrames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- m_instancingBuffers
uint[] m_instancingBuffers;
- m_instancesCount
uint m_instancesCount;
- m_shader
Shader m_shader;
- dispose
void dispose()
- initializeInstancing
void initializeInstancing(uint instancesCount, int buffersCount)
Initializes instancing data.
- setInstancingBufferData
void setInstancingBufferData(int index, void* data)
Sets buffer data for buffer at position index.
- updateInstancingBufferData
void updateInstancingBufferData(int index, uint offset, uint size, void* data)
Updates buffer data for buffer at position index.
- getInstancingBuffer
uint getInstancingBuffer(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawInstances
void drawInstances(bool bindTexture)
Draws all instances, depends on model impl
- vao
uint vao [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- instancesCount
uint instancesCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- availableInstances
bool availableInstances [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.