box_helper library
Classes
- BoxHelper
-
Helper object to graphically show the world-axis-aligned bounding box
around an object. The actual bounding box is handled with
BoundingBox
, 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 aBufferGeometry
for this to work, so it won't work withSprites
.