normalized property

bool normalized
final

Specifies whether integer data values are normalized (true) to 0, 1 (for unsigned types) or to -1, 1 (for signed types) when they are accessed.

This property MUST NOT be set to true for accessors with FLOAT or UNSIGNED_INT component type.

Implementation

final bool normalized;