OGRE  1.9.0
Public Member Functions | Public Attributes | List of all members
Ogre::TangentSpaceCalc::IndexRemap Struct Reference

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.
 
size_t indexSet
 Index data set (can be >0 if more than one index data was added)
 
VertexSplit splitVertex
 The old and new vertex index.
 

Detailed Description

Information about a remapped index.

Definition at line 58 of file OgreTangentSpaceCalc.h.

Constructor & Destructor Documentation

◆ IndexRemap() [1/2]

Ogre::TangentSpaceCalc::IndexRemap::IndexRemap ( )

Definition at line 67 of file OgreTangentSpaceCalc.h.

◆ IndexRemap() [2/2]

Ogre::TangentSpaceCalc::IndexRemap::IndexRemap ( size_t  i,
size_t  f,
const VertexSplit s 
)

Definition at line 68 of file OgreTangentSpaceCalc.h.

Member Data Documentation

◆ faceIndex

size_t Ogre::TangentSpaceCalc::IndexRemap::faceIndex

The position in the index buffer that's affected.

Definition at line 63 of file OgreTangentSpaceCalc.h.

◆ indexSet

size_t Ogre::TangentSpaceCalc::IndexRemap::indexSet

Index data set (can be >0 if more than one index data was added)

Definition at line 61 of file OgreTangentSpaceCalc.h.

◆ splitVertex

VertexSplit Ogre::TangentSpaceCalc::IndexRemap::splitVertex

The old and new vertex index.

Definition at line 65 of file OgreTangentSpaceCalc.h.


The documentation for this struct was generated from the following file: