📖 INDEX
LOADING ENGINE...
LatheGeometry
THREE.JS REFERENCE // lathegeometry
Creates meshes with axial symmetry like vases.
Syntax
const geometry = new THREE.LatheGeometry(points);Examples
Example 01Basic Usage
const geometry = new THREE.LatheGeometry(points);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.