📖 INDEX
LOADING ENGINE...
IcosahedronGeometry
THREE.JS REFERENCE // icosahedrongeometry
A class for generating an icosahedron geometry.
Syntax
const geometry = new THREE.IcosahedronGeometry(radius);Examples
Example 01Basic Usage
const geometry = new THREE.IcosahedronGeometry(radius);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.