min property

List<double>? min
final

Minimum value of each component in this accessor.

Array elements MUST be treated as having the same data type as accessor's componentType.

Both min and max arrays have the same length.

The length is determined by the value of the type property; it can be 1, 2, 3, 4, 9, or 16.

normalized property has no effect on array values: they always correspond to the actual values stored in the buffer.

When the accessor is sparse, this property MUST contain minimum values of accessor data with sparse substitution applied.

Implementation

final List<double>? min;