new BoxHelper()
Helper object to graphically show the world-axis-aligned bounding box around an object.
The actual bounding box is handled with Box3, this is just a visual helper for debugging.
It can be automatically resized with the BoxHelper.update method when
the object it's created from is transformed.
Note that the object must have a BufferGeometry for this to work,
so it won't work with Sprites.
- Source:
- See: