GltfAccessor.normalized Field

Definition

Specifies whether integer data values should be normalized (true) to [0, 1] (for unsigned types) or [-1, 1] (for signed types), or converted directly (false) when they are accessed. Must be false when accessor is used for animation data.

public: bool normalized;
public bool normalized;
val mutable normalized : bool
Public normalized As Boolean 

Field Value

Boolean

Applies to