Field normalized
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.
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
public bool normalized
Returns
Type | Description |
---|---|
bool |