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. 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...
 

Detailed Description

Information about a remapped index.

Definition at line 58 of file OgreTangentSpaceCalc.h.

Constructor & Destructor Documentation

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

Definition at line 67 of file OgreTangentSpaceCalc.h.

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

Definition at line 68 of file OgreTangentSpaceCalc.h.

Member Data Documentation

size_t Ogre::TangentSpaceCalc::IndexRemap::faceIndex

The position in the index buffer that's affected.

Definition at line 63 of file OgreTangentSpaceCalc.h.

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

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.

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

VertexSplit Ogre::TangentSpaceCalc::IndexRemap::splitVertex

The old and new vertex index.

Definition at line 65 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 Dec 20 2013 11:14:00