ArmatureInstance.SetModelMatrix

ArmatureInstance.SetModelMatrix method

Sets the matrix of a bone.

public void SetModelMatrix(string name, Matrix4x4 modelMatrix)
ParameterTypeDescription
nameStringThe name of the node to be set.
modelMatrixMatrix4x4A matrix relative to the model.

See Also