📖 INDEX
LOADING ENGINE...
Box3
THREE.JS REFERENCE // box3
Represents an axis-aligned bounding box (AABB) in 3D space.
Syntax
const box = new THREE.Box3();Examples
Example 01Basic Usage
const box = new THREE.Box3();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.