FCDJointWeightPair Struct Reference
[COLLADA Document Geometry Entity]

A COLLADA weighted vertex-joint binding 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 (int32 _jointIndex, float _weight)
 Constructor: sets the joint index and the weight to the given values.

Public Attributes

int32 jointIndex
 A joint index.
float weight
 The weight of this influence on the vertex.


Detailed Description

A COLLADA weighted vertex-joint binding used in skinning.


Constructor & Destructor Documentation

FCDJointWeightPair::FCDJointWeightPair int32  _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

int32 FCDJointWeightPair::jointIndex
 

A joint index.

Use this index within the skin's joint list. Look-out for the special joint index: -1. It indicates that the bind-shape position should be used.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 14 16:58:39 2008 for FCollada by  doxygen 1.4.6-NO