|
Assimp
v3.1.1 (June 2014)
|
Public Member Functions | |
| size_t | FaceSize () const |
| Face size in bytes. More... | |
| IndexData () | |
| size_t | IndexSize () const |
| Index size in bytes. More... | |
| void | Reset () |
| Releases all memory that this data structure owns. More... | |
| ~IndexData () | |
Public Attributes | |
| MemoryStreamPtr | buffer |
| Index buffer. More... | |
| uint32_t | count |
| Index count. More... | |
| uint32_t | faceCount |
| Face count. More... | |
| bool | is32bit |
| If has 32-bit indexes. More... | |
| Assimp::Ogre::IndexData::IndexData | ( | ) |
| Assimp::Ogre::IndexData::~IndexData | ( | ) |
| size_t Assimp::Ogre::IndexData::FaceSize | ( | ) | const |
Face size in bytes.
| size_t Assimp::Ogre::IndexData::IndexSize | ( | ) | const |
Index size in bytes.
| void Assimp::Ogre::IndexData::Reset | ( | ) |
Releases all memory that this data structure owns.
| MemoryStreamPtr Assimp::Ogre::IndexData::buffer |
Index buffer.
| uint32_t Assimp::Ogre::IndexData::count |
Index count.
| uint32_t Assimp::Ogre::IndexData::faceCount |
Face count.
| bool Assimp::Ogre::IndexData::is32bit |
If has 32-bit indexes.