updateBoundingSphereRadius method

  1. @override
void updateBoundingSphereRadius()
override

Computes the bounding sphere radius. The result is stored in the property .boundingSphereRadius

Implementation

@override
void updateBoundingSphereRadius() {
  boundingSphereRadius = radius;
}