📖 INDEX
LOADING ENGINE...
Sphere
THREE.JS REFERENCE // sphere
A sphere defined by a center and a radius.
Syntax
const sphere = new THREE.Sphere();Examples
Example 01Basic Usage
const sphere = new THREE.Sphere();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.