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