Class MeshGpuInstancing.Attributes
Per-instance attributes collection
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public class MeshGpuInstancing.Attributes
Fields
ROTATION
Instance rotations accessor index
Declaration
public int ROTATION
Field Value
Type | Description |
---|---|
int |
SCALE
Instance scales accessor index
Declaration
public int SCALE
Field Value
Type | Description |
---|---|
int |
TRANSLATION
Instance positions accessor index
Declaration
public int TRANSLATION
Field Value
Type | Description |
---|---|
int |