![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreLod0Stripifier.h>
Public Types | |
| enum | { UnusedIdx = (unsigned)-1 } |
Public Member Functions | |
| RemapInfo () | |
| template<typename IDX> | |
| void | markUsedIndices (IDX *indices, size_t indexCount) |
| HardwareIndexBuffer::IndexType | minimalIndexType () const |
| bool | nothingToStrip () const |
| void | prepare (size_t originalSize) |
| void | renumerate () |
Public Attributes | |
| std::vector< unsigned > | indexMap |
| unsigned | usedCount |
|
inline |
References usedCount.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Ogre::HardwareIndexBuffer::IT_16BIT, Ogre::HardwareIndexBuffer::IT_32BIT, and usedCount.
| std::vector<unsigned> Ogre::Lod0Stripifier::RemapInfo::indexMap |
Referenced by markUsedIndices(), nothingToStrip(), prepare(), and renumerate().
| unsigned Ogre::Lod0Stripifier::RemapInfo::usedCount |
Referenced by RemapInfo(), markUsedIndices(), minimalIndexType(), nothingToStrip(), prepare(), and renumerate().