A Sandcastle Documented Class Library
Collada.Skinning Namespace
NamespacesCollada.Skinning

[Missing <summary> documentation for N:Collada.Skinning]

Declaration Syntax
C#Visual BasicVisual C++
namespace Collada.Skinning
Namespace Collada.Skinning
namespace Collada.Skinning
Types
All TypesClasses
IconTypeDescription
Controller
Represents the controller element in a collada document

ControllerInstance
Represents a instance_controller tag in a collada scene graph

ControllerInstanceList
ControllerList
Influence
The Influence class has no direct counterpart in collada, but is useful for understanding and traversing the complex indexing of skinning data in sources. And Influence is just a bone-weight pair, used for skinning.

InfluenceList
Joint
The Joint class contains data relevant to a Joint and its transformations

JointList
Pretty must just a list of Joints, with a couple extra functions

Joints
Represents the joints element in a collada file. Basically just matches a list of joint names up with a list of inverse-bind matrices, and serves as a repository to contain joints in a skinning controller.

Skin
Represents a skin element in a collada file

VertexWeights
This class represents the vertex_weights element of a skin in a collada document

Weight
The Weight class in used in skinning. It represents the weighting value used in an influence.

WeightedObject
The WeightedObject class serves as a base class for Geometry.Vertex, and provides support for skinning information. The rest of the information stored in the vertex is not needed for skinning, and so is separated out into a separate class in the other namespace.