Метод | Описание | |
---|---|---|
Build ( ) : bool |
Build the created skeleton with a frame
|
|
Create ( ) : void |
Create a skeleton with preset or Assimp data
|
|
SkeletonConverter ( ) : Assimp |
Initializes a new instance of the
|
|
Update ( ) : bool |
Updates the Skeleton Content
|
Метод | Описание | |
---|---|---|
BuildBone ( Mckineap myBone ) : System.Windows.Media.Media3D.GeometryModel3D |
Build a bone for drawing
|
|
BuildJoint ( |
Build a joint for drawing
|
|
FindNodeByName ( string name ) : Assimp.NodeAnimationChannel |
Find an Assimp node by name.
|
|
GetAbsoluteMatrix ( Matrix4x4 &finMat, Assimp.NodeAnimationChannel pNodeAnim, Matrix4x4 parentMatrix ) : |
Convert AssimpAnimation, positions and rotation, in Matrix3D (Absolute)
|
|
GetCurrentModelData ( ) : void |
Get the data from Session
|
|
ReadNodeHierarchy ( Assimp.Node parentNode, Matrix4x4 parentMatrix ) : void |
Cherche les noeuds dans l'animation
|
|
SetBone ( string firstName, string secondName ) : void |
Create the bones from two joints
|
|
SetJoint ( string nodeName, |
Update a 3D Joint in the joint Collection
|