📖 INDEX
LOADING ENGINE...
ExtrudeGeometry
THREE.JS REFERENCE // extrudegeometry
Creates extruded geometry from a path shape.
Syntax
const geometry = new THREE.ExtrudeGeometry(shape, extrudeSettings);Examples
Example 01Basic Usage
const geometry = new THREE.ExtrudeGeometry(shape, extrudeSettings);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.