calcBox method

void calcBox()

Implementation

void calcBox() {
  box = bounds!.clone();

  // offset small ammount to account for regular grid
  box.min.x -= 0.01;
  box.min.y -= 0.01;
  box.min.z -= 0.01;
}