GltfNode.matrix Field
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.
A floating-point 4x4 transformation matrix stored in column-major order.
public: cli::array <double> ^ matrix;
public double[] matrix;
val mutable matrix : double[]
Public matrix As Double()
Field Value
- Double[]