Ogre Sub Mesh interface, inherited by the binary and XML implementations.
More...
Inherited by Assimp::Ogre::SubMesh, and Assimp::Ogre::SubMeshXml.
Ogre Sub Mesh interface, inherited by the binary and XML implementations.
- Note
- Full list of Ogre types, not all of them are supported and exposed to Assimp.
| Enumerator |
|---|
| OT_POINT_LIST |
A list of points, 1 vertex per point.
|
| OT_LINE_LIST |
A list of lines, 2 vertices per line.
|
| OT_LINE_STRIP |
A strip of connected lines, 1 vertex per line plus 1 start vertex.
|
| OT_TRIANGLE_LIST |
A list of triangles, 3 vertices per triangle.
|
| OT_TRIANGLE_STRIP |
A strip of triangles, 3 vertices for the first triangle, and 1 per triangle after that.
|
| OT_TRIANGLE_FAN |
A fan of triangles, 3 vertices for the first triangle, and 1 per triangle after that.
|
| Assimp::Ogre::ISubMesh::ISubMesh |
( |
| ) |
|
| unsigned int Assimp::Ogre::ISubMesh::index |
| int Assimp::Ogre::ISubMesh::materialIndex |
Assimp scene material index used by this submesh.
-1 if no material or material could not be imported.
| std::string Assimp::Ogre::ISubMesh::materialRef |
Material used by this submesh.
| std::string Assimp::Ogre::ISubMesh::name |
| std::string Assimp::Ogre::ISubMesh::textureAliasName |
Texture alias information.
| std::string Assimp::Ogre::ISubMesh::textureAliasRef |
| bool Assimp::Ogre::ISubMesh::usesSharedVertexData |
If submesh uses shared geometry from parent mesh.
The documentation for this class was generated from the following files: