📖 INDEX
LOADING ENGINE...
PolarGridHelper
THREE.JS REFERENCE // polargridhelper
The PolarGridHelper is an object to define polar grids.
Syntax
const helper = new THREE.PolarGridHelper(10, 16, 8, 64);Examples
Example 01Basic Usage
const helper = new THREE.PolarGridHelper(10, 16, 8, 64);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.