📖 INDEX
LOADING ENGINE...
ShapeGeometry
THREE.JS REFERENCE // shapegeometry
Creates an one-sided polygonal geometry from one or more path shapes.
Syntax
const geometry = new THREE.ShapeGeometry(shape);Examples
Example 01Basic Usage
const geometry = new THREE.ShapeGeometry(shape);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.