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.

Public Attributes

unsigned short vertexIndex
unsigned short boneIndex
Real weight


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.


Member Data Documentation

unsigned short Ogre::VertexBoneAssignment_s::boneIndex
 

unsigned short Ogre::VertexBoneAssignment_s::vertexIndex
 

Real Ogre::VertexBoneAssignment_s::weight
 

Copyright © 2002 by The OGRE Team