📖 INDEX
LOADING ENGINE...
RingGeometry
THREE.JS REFERENCE // ringgeometry
A class for generating a 2D ring geometry.
Syntax
const geometry = new THREE.RingGeometry(1, 5, 32);Examples
Example 01Basic Usage
const geometry = new THREE.RingGeometry(1, 5, 32);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.