Ogre::TangentSpaceCalc::IndexRemap Struct Reference

Information about a remapped index. More...

#include <OgreTangentSpaceCalc.h>

List of all members.

Public Member Functions

 IndexRemap ()
 IndexRemap (size_t i, size_t f, const VertexSplit &s)

Public Attributes

size_t indexSet
 Index data set (can be >0 if more than one index data was added).
size_t faceIndex
 The position in the index buffer that's affected.
VertexSplit splitVertex
 The old and new vertex index.

Detailed Description

Information about a remapped index.

Definition at line 57 of file OgreTangentSpaceCalc.h.


Constructor & Destructor Documentation

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

Definition at line 66 of file OgreTangentSpaceCalc.h.

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

Definition at line 67 of file OgreTangentSpaceCalc.h.


Member Data Documentation

The position in the index buffer that's affected.

Definition at line 62 of file OgreTangentSpaceCalc.h.

Referenced by Ogre::TangentSpaceCalc::remapIndexes().

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

Definition at line 60 of file OgreTangentSpaceCalc.h.

Referenced by Ogre::TangentSpaceCalc::remapIndexes().

The old and new vertex index.

Definition at line 64 of file OgreTangentSpaceCalc.h.

Referenced by Ogre::TangentSpaceCalc::remapIndexes().


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:41:01 2012