aabb property
Get the Axis Aligned Bounding Box that encompasses the world space scene
Implementation
@override
AABB get aabb => _actor == null ? AABB() : _setupAABB;
Get the Axis Aligned Bounding Box that encompasses the world space scene
@override
AABB get aabb => _actor == null ? AABB() : _setupAABB;