|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Information about a remapped index. More...
#include <OgreTangentSpaceCalc.h>
| Public Member Functions | |
| IndexRemap () | |
| IndexRemap (size_t i, size_t f, const VertexSplit &s) | |
| Public Attributes | |
| size_t | faceIndex | 
| The position in the index buffer that's affected.  More... | |
| size_t | indexSet | 
| Index data set (can be >0 if more than one index data was added)  More... | |
| VertexSplit | splitVertex | 
| The old and new vertex index.  More... | |
Information about a remapped index.
| 
 | inline | 
| 
 | inline | 
| size_t Ogre::TangentSpaceCalc::IndexRemap::indexSet | 
Index data set (can be >0 if more than one index data was added)
Referenced by Ogre::TangentSpaceCalc::getSplitRotated().
| size_t Ogre::TangentSpaceCalc::IndexRemap::faceIndex | 
The position in the index buffer that's affected.
Referenced by Ogre::TangentSpaceCalc::getSplitRotated().
| VertexSplit Ogre::TangentSpaceCalc::IndexRemap::splitVertex | 
The old and new vertex index.
Referenced by Ogre::TangentSpaceCalc::getSplitRotated().