GltfAccessor.normalized 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.
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