Class GltfNode
public class GltfNode : GltfIdObject
- Inheritance
-
GltfNode
- Inherited Members
Properties
Camera
public object? Camera { get; set; }
Property Value
Children
public GltfRefList<GltfNode> Children { get; }
Property Value
Kind
public override GltfObjectKind Kind { get; }
Property Value
Matrix
public Matrix4 Matrix { get; set; }
Property Value
Mesh
public GltfMesh? Mesh { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Rotation
public Quaternion Rotation { get; set; }
Property Value
Scale
public Vector3 Scale { get; set; }
Property Value
Skin
public object? Skin { get; set; }
Property Value
Translation
public Vector3 Translation { get; set; }
Property Value
Weights
public float[]? Weights { get; }
Property Value
- float[]
Methods
MatrixMode()
Optimize this node for matrix mode transforms.
public GltfNode MatrixMode()
Returns
- GltfNode
Self
SrtMode()
Optimize this node for scale rotation translation transforms.
public GltfNode SrtMode()
Returns
- GltfNode
Self