MDLTransform.CreateGlobalTransform4x4(MDLObject, Double) Method

Definition

Creates and returns a global transform for the specified object at the specified time.

public static OpenTK.NMatrix4 CreateGlobalTransform4x4 (ModelIO.MDLObject obj, double atTime);
static member CreateGlobalTransform4x4 : ModelIO.MDLObject * double -> OpenTK.NMatrix4

Parameters

obj
MDLObject

The object that represents the spatial transform.

atTime
Double

The time at which to apply the transform.

Returns

Applies to