Public Member Functions | |
| int | getPerVertexSize () const |
| Get per vertex size. | |
| var | getPerVertexSize () |
| Get per vertex size. | |
| local | getPerVertexSize () |
| Get per vertex size. | |
| void | resetData () |
| Reset the data. | |
| local | resetData () |
| Reset the data. | |
| MeshData () | |
| Constructor. | |
| MeshData () | |
| Constructor. | |
| ~MeshData () | |
| Destructor. | |
| ~MeshData () | |
| Destructor. | |
| ~MeshData () | |
| Destructor. | |
Public Attributes | |
| std::vector< float > | vertex |
| The vertices list. | |
| var | vertex |
| The vertices list. | |
| local | vertex |
| The vertices list. | |
| int | vertexSizeInFloat |
| The vertex size in float data type. More... | |
| var | vertexSizeInFloat |
| The vertex size in float data type. More... | |
| local | vertexSizeInFloat |
| The vertex size in float data type. More... | |
| std::vector< IndexArray > | subMeshIndices |
| Sub meshes' indices list. | |
| var | subMeshIndices |
| Sub meshes' indices list. | |
| local | subMeshIndices |
| Sub meshes' indices list. | |
| std::vector< std::string > | subMeshIds |
| Sub meshes' ID list. | |
| var | subMeshIds |
| Sub meshes' ID list. | |
| local | subMeshIds |
| Sub meshes' ID list. | |
| std::vector< AABB > | subMeshAABB |
| Sub meshes' AABB list. | |
| local | subMeshAABB |
| Sub meshes' AABB list. | |
| int | numIndex |
| The Size of indices List. More... | |
| var | numIndex |
| The Size of indices List. More... | |
| local | numIndex |
| The Size of indices List. More... | |
| std::vector< MeshVertexAttrib > | attribs |
| The vertex attribute lists. | |
| var | attribs |
| The vertex attribute lists. | |
| local | attribs |
| The vertex attribute lists. | |
| int | attribCount |
| The amount of the attributes. | |
| var | attribCount |
| The amount of the attributes. | |
| local | attribCount |
| The amount of the attributes. | |
Mesh data.
| int vertexSizeInFloat |
The vertex size in float data type.
顶点大小,以float数据类型计
| var vertexSizeInFloat |
The vertex size in float data type.
顶点大小,以float数据类型计
| local vertexSizeInFloat |
The vertex size in float data type.
顶点大小,以float数据类型计
| int numIndex |
The Size of indices List.
索引数组的大小
| var numIndex |
The Size of indices List.
索引数组的大小
| local numIndex |
The Size of indices List.
索引数组的大小