updateBoundingSphereRadius method
Computes the bounding sphere radius.
The result is stored in the property .boundingSphereRadius
Implementation
@override
void updateBoundingSphereRadius() {
boundingSphereRadius = double.infinity;
}
Computes the bounding sphere radius.
The result is stored in the property .boundingSphereRadius
@override
void updateBoundingSphereRadius() {
boundingSphereRadius = double.infinity;
}