Table of Contents

Interface IBoneMatricesNode

Namespace
HelixToolkit.SharpDX.Animations
Assembly
HelixToolkit.SharpDX.dll
public interface IBoneMatricesNode

Properties

BoneMatrices

Matrix4x4[]? BoneMatrices { get; set; }

Property Value

Matrix4x4[]

Bones

Gets or sets the bones.

Bone[]? Bones { get; set; }

Property Value

Bone[]

The bones.

HasBoneGroup

Gets a value indicating whether this instance has bone group.

bool HasBoneGroup { get; }

Property Value

bool

true if this instance has bone group; otherwise, false.

IsRenderable

Gets a value indicating whether this instance is renderable.

bool IsRenderable { get; }

Property Value

bool

true if this instance is renderable; otherwise, false.

MorphTargetWeights

Gets or sets the morph target weights.

float[]? MorphTargetWeights { get; set; }

Property Value

float[]

The morph target weights.

TotalModelMatrix

Gets the total model matrix.

Matrix4x4 TotalModelMatrix { get; }

Property Value

Matrix4x4

The total model matrix.