Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
Ogre::VertexBoneAssignment_s Struct Reference
Records the assignment of a single vertex to a single bone with the corresponding weight.
More...
#include <OgreVertexBoneAssignment.h>
List of all members.
Detailed Description
Records the assignment of a single vertex to a single bone with the corresponding weight.
-
Remarks:
-
This simple struct simply holds a vertex index, bone index and weight representing the assignment of a vertex to a bone for skeletal animation. There may be many of these per vertex if blended vertex assignments are allowed.
Definition at line 41 of file OgreVertexBoneAssignment.h.
Member Data Documentation
| unsigned short Ogre::VertexBoneAssignment_s::boneIndex
|
|
| unsigned int Ogre::VertexBoneAssignment_s::vertexIndex
|
|
| Real Ogre::VertexBoneAssignment_s::weight
|
|
The documentation for this struct was generated from the following file:
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:21:13 2004