📖 INDEX
LOADING ENGINE...
EdgesGeometry
THREE.JS REFERENCE // edgesgeometry
Used as a helper object to view the edges of a geometry.
Syntax
const edges = new THREE.EdgesGeometry(geometry);Examples
Example 01Basic Usage
const edges = new THREE.EdgesGeometry(geometry);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.