📖 INDEX
LOADING ENGINE...
SphereGeometry
THREE.JS REFERENCE // spheregeometry
A class for generating sphere geometries.
Syntax
const geometry = new THREE.SphereGeometry(15, 32, 16);Examples
Example 01Basic Usage
const geometry = new THREE.SphereGeometry(15, 32, 16);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.