Свойство | Type | Description | |
---|---|---|---|
globalTransformationMatrix | Matrix4 | ||
keyFrames | KeyFrame[] | ||
localRotationMatrix | Matrix4 | ||
localTransformationMatrix | Matrix4 | ||
localTranslationMatrix | Matrix4 | ||
name | string | ||
parent |
Méthode | Description | |
---|---|---|
Bone ( string name, |
||
GetAnimationMatrix ( float time ) : Matrix4 |
Méthode | Description | |
---|---|---|
GetGlobalTransformationMatrix ( ) : Matrix4 |
public Bone ( string name, |
||
name | string | |
parent | ||
localRotationMatrix | Matrix4 | |
localTranslationMatrix | Matrix4 | |
keyFrames | KeyFrame | |
Résultat | System |
public GetAnimationMatrix ( float time ) : Matrix4 | ||
time | float | |
Résultat | Matrix4 |
public Matrix4 globalTransformationMatrix | ||
Résultat | Matrix4 |
public Matrix4 localTransformationMatrix | ||
Résultat | Matrix4 |