FCDJointWeightPair Struct Reference

A weighted joint index used in skinning. More...

#include <FCDSkinController.h>

List of all members.

Public Member Functions

 FCDJointWeightPair ()
 Default constructor: sets both the joint index and the weight to zero.
 FCDJointWeightPair (uint32 _jointIndex, float _weight)
 Constructor: sets the joint index and the weight to the given values.

Public Attributes

uint32 jointIndex
 A joint index.
float weight
 A skinning weight.


Detailed Description

A weighted joint index used in skinning.


Constructor & Destructor Documentation

FCDJointWeightPair::FCDJointWeightPair uint32  _jointIndex,
float  _weight
[inline]
 

Constructor: sets the joint index and the weight to the given values.

Parameters:
_jointIndex The jointIndex.
_weight Its weight.


Member Data Documentation

uint32 FCDJointWeightPair::jointIndex
 

A joint index.

Use this index within the skin's joint list.


The documentation for this struct was generated from the following file:
Generated on Fri May 12 16:44:43 2006 for FCollada by  doxygen 1.4.6-NO