MDLTransform.CreateGlobalTransform4x4(MDLObject, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.