📖 INDEX
LOADING ENGINE...
BoxHelper
THREE.JS REFERENCE // boxhelper
Helper object to graphically show the world-axis-aligned bounding box around an object.
Syntax
const helper = new THREE.BoxHelper(sphere, 0xffff00);Examples
Example 01Basic Usage
const helper = new THREE.BoxHelper(sphere, 0xffff00);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.