min property

List<double>? min
final

Componentwise min/max bounds, when supplied by the glTF asset. The spec requires these on POSITION accessors, so consumers can use them to skip a vertex scan when computing bounding volumes.

Implementation

final List<double>? min;