Field min
Minimum value of each component in this attribute. 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.
When componentType
is 5126
(FLOAT) each array value must be stored as
double-precision JSON number with numerical value which is equal to
buffer-stored single-precision value to avoid extra runtime conversions.
normalized
property has no effect on array values: they always correspond
to the actual values stored in the buffer. When accessor is sparse, this
property must contain min values of accessor data with sparse substitution
applied.
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
public float[] min
Returns
Type | Description |
---|---|
float[] |