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 int 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.

Definition at line 41 of file OgreVertexBoneAssignment.h.


Member Data Documentation

unsigned short Ogre::VertexBoneAssignment_s::boneIndex
 

Definition at line 44 of file OgreVertexBoneAssignment.h.

Referenced by Ogre::MeshSerializerImpl::readMeshBoneAssignment(), Ogre::MeshSerializerImpl::readSubMeshBoneAssignment(), Ogre::MeshSerializerImpl::writeMeshBoneAssignment(), and Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment().

unsigned int Ogre::VertexBoneAssignment_s::vertexIndex
 

Definition at line 43 of file OgreVertexBoneAssignment.h.

Referenced by Ogre::SubMesh::addBoneAssignment(), Ogre::Mesh::addBoneAssignment(), Ogre::MeshSerializerImpl::readMeshBoneAssignment(), Ogre::MeshSerializerImpl::readSubMeshBoneAssignment(), Ogre::MeshSerializerImpl::writeMeshBoneAssignment(), and Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment().

Real Ogre::VertexBoneAssignment_s::weight
 

Definition at line 45 of file OgreVertexBoneAssignment.h.

Referenced by Ogre::MeshSerializerImpl::readMeshBoneAssignment(), Ogre::MeshSerializerImpl::readSubMeshBoneAssignment(), Ogre::MeshSerializerImpl::writeMeshBoneAssignment(), and Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment().


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

Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:46 2004