Wrapper around the THREE scene that tracks bounding box and other information.
Add object to be rendered
Removes all rendered objects
Clears the scene updated flags
Returns the bounding box of the average center of all meshes. Less precise but is more stable against outliers.
Returns the bounding box encompasing all rendererd objects.
box in which to copy result, a new instance is created if undefined.
Remove object from rendering
Wrapper around the THREE scene that tracks bounding box and other information.