updateBounds method

void updateBounds()

Must be called when the mesh has been modified.

Implementation

void updateBounds() {
  _aabb = null;
}