updateBoundingSphereRadius method
void
updateBoundingSphereRadius()
Computes the bounding sphere radius.
The result is stored in the property .boundingSphereRadius
Implementation
void updateBoundingSphereRadius() {
throw'computeBoundingSphereRadius() not implemented for shape type $type';
}