OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::TangentSpaceCalc::Result Struct Reference

The result of having built a tangent space basis. More...

#include <OgreTangentSpaceCalc.h>

+ Collaboration diagram for Ogre::TangentSpaceCalc::Result:

Public Attributes

IndexRemapList indexesRemapped
 A list of indexes which were affected by splits. More...
 
VertexSplits vertexSplits
 A list of vertex indices which were split off into new vertices because of mirroring. More...
 

Detailed Description

The result of having built a tangent space basis.

Definition at line 77 of file OgreTangentSpaceCalc.h.

Member Data Documentation

IndexRemapList Ogre::TangentSpaceCalc::Result::indexesRemapped

A list of indexes which were affected by splits.

You can use this if you have other triangle-based data which you will need to alter to match.

Definition at line 86 of file OgreTangentSpaceCalc.h.

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

VertexSplits Ogre::TangentSpaceCalc::Result::vertexSplits

A list of vertex indices which were split off into new vertices because of mirroring.

First item in each pair is the source vertex index, the second value is the split vertex index.

Definition at line 83 of file OgreTangentSpaceCalc.h.


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