boundsAabb property

Aabb3? get boundsAabb

Local-space (vertex-position-space) bounds of this primitive.

Optional. When absent, the runtime falls back to scanning the vertex positions on first access, so older .model files without bounds still load correctly.

Implementation

Aabb3? get boundsAabb => Aabb3.reader.vTableGetNullable(_bc, _bcOffset, 12);