getBounds method

  1. @override
Aabb3 getBounds()

Gets bounds of a model (min and max coordinates).

Implementation

@override
vm64.Aabb3 getBounds() {
  return vm64.Aabb3.fromSphere(vm64.Sphere.centerRadius(position, radius));
}