boundsAabb property

Aabb3T? boundsAabb
getter/setter pair

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

Aabb3T? boundsAabb;