#include <sio2_vertexgroup.h>

Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The name of the vertexgroup. | |
| unsigned int | mode |
| The drawing mode of the vertexgroup. (default GL_TRIANGLES). | |
| unsigned int | vbo |
| The VBO id of the indices for this SIO2vertexgroup. | |
| unsigned int | n_ind |
| The number of indices. | |
| unsigned short * | ind |
| The linear array of indices. | |
| char | mname [SIO2_MAX_CHAR] |
| The name of the material attached to the SIO2vertexgroup. | |
| SIO2material * | _SIO2material |
| The SIO2material pointer attached to the SIO2vertexgroup. | |
| char SIO2vertexgroup::name[SIO2_MAX_CHAR] |
| unsigned int SIO2vertexgroup::mode |
The drawing mode of the vertexgroup. (default GL_TRIANGLES).
Referenced by sio2ObjectHardCopy(), sio2ObjectLoad(), sio2PhysicAddRigidBody(), sio2VertexGroupInit(), and sio2VertexGroupRender().
| unsigned int SIO2vertexgroup::vbo |
The VBO id of the indices for this SIO2vertexgroup.
Referenced by sio2ObjectGenId(), sio2ObjectHardCopy(), sio2VertexGroupFree(), sio2VertexGroupGenId(), and sio2VertexGroupRender().
| unsigned int SIO2vertexgroup::n_ind |
The number of indices.
Referenced by sio2ObjectBuildEdges(), sio2ObjectHardCopy(), sio2ObjectLoad(), sio2PhysicAddRigidBody(), sio2PhysicAddSoftBody(), sio2VertexGroupGenId(), and sio2VertexGroupRender().
| unsigned short* SIO2vertexgroup::ind |
The linear array of indices.
Referenced by sio2ObjectBuildEdges(), sio2ObjectHardCopy(), sio2ObjectLoad(), sio2PhysicAddRigidBody(), sio2PhysicAddSoftBody(), sio2VertexGroupFree(), sio2VertexGroupGenId(), and sio2VertexGroupRender().
| char SIO2vertexgroup::mname[SIO2_MAX_CHAR] |
The name of the material attached to the SIO2vertexgroup.
Referenced by sio2ObjectHardCopy(), sio2ObjectLoad(), and sio2ResourceBindMaterial().
The SIO2material pointer attached to the SIO2vertexgroup.
Referenced by sio2ObjectBindSound(), sio2ObjectHardCopy(), sio2ObjectUpdateType(), sio2PhysicAddRigidBody(), sio2PhysicAddSoftBody(), sio2ResourceBindMaterial(), sio2VertexGroupGenId(), and sio2VertexGroupRender().
1.5.6