getBounds method
Gets bounds of a model (min and max coordinates).
Implementation
@override
vm64.Aabb3 getBounds() {
return vm64.Aabb3.fromSphere(vm64.Sphere.centerRadius(position, radius));
}
Gets bounds of a model (min and max coordinates).
@override
vm64.Aabb3 getBounds() {
return vm64.Aabb3.fromSphere(vm64.Sphere.centerRadius(position, radius));
}