|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Records the assignment of a single vertex to a single bone with the corresponding weight. More...
#include <OgreVertexBoneAssignment.h>
| Public Member Functions | |
| VertexBoneAssignment (const v1::VertexBoneAssignment &c) | |
| VertexBoneAssignment (uint32 _vertexIndex, uint16 _boneIndex, Real _weight) | |
| bool | operator< (const VertexBoneAssignment &_r) const | 
| Public Attributes | |
| uint16 | boneIndex | 
| uint32 | vertexIndex | 
| Real | weight | 
| Friends | |
| bool | operator< (const VertexBoneAssignment &_l, uint32 _vertexIndex) | 
| bool | operator< (uint32 _vertexIndex, const VertexBoneAssignment &_r) | 
Records the assignment of a single vertex to a single bone with the corresponding weight.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References vertexIndex, and weight.
| 
 | friend | 
| 
 | friend | 
| uint16 Ogre::VertexBoneAssignment::boneIndex | 
| uint32 Ogre::VertexBoneAssignment::vertexIndex | 
Referenced by operator<().
| Real Ogre::VertexBoneAssignment::weight | 
Referenced by operator<().