Summary class collecting together index data source information.
More...
#include <OgreVertexIndexData.h>
Summary class collecting together index data source information.
◆ IndexData()
Ogre::IndexData::IndexData |
( |
| ) |
|
◆ ~IndexData()
Ogre::IndexData::~IndexData |
( |
| ) |
|
◆ clone()
Clones this index data, potentially including replicating the index buffer.
- Parameters
-
copyData | Whether to create new buffers too or just reference the existing ones |
mgr | If supplied, the buffer manager through which copies should be made |
◆ optimiseVertexCacheTriList()
void Ogre::IndexData::optimiseVertexCacheTriList |
( |
void |
| ) |
|
Re-order the indexes in this index data structure to be more vertex cache friendly; that is to re-use the same vertices as close together as possible.
◆ indexBuffer
◆ indexStart
size_t Ogre::IndexData::indexStart |
Index in the buffer to start from for this operation.
◆ indexCount
size_t Ogre::IndexData::indexCount |
The number of indexes to use from the buffer.
The documentation for this class was generated from the following file: