#include <OgreTangentSpaceCalc.h>
Public Attributes | |
VertexSplits | vertexSplits |
A list of vertex indices which were split off into new vertices because of mirroring. | |
IndexRemapList | indexesRemapped |
A list of indexes which were affected by splits. |
Definition at line 70 of file OgreTangentSpaceCalc.h.
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 76 of file OgreTangentSpaceCalc.h.
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 79 of file OgreTangentSpaceCalc.h.
Referenced by Ogre::TangentSpaceCalc::remapIndexes().
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:07:49 2009