📖 INDEX
LOADING ENGINE...
GridHelper
THREE.JS REFERENCE // gridhelper
The GridHelper is an object to define grids. Grids are two-dimensional arrays of lines.
Syntax
const gridHelper = new THREE.GridHelper(10, 10);Examples
Example 01Basic Usage
const gridHelper = new THREE.GridHelper(10, 10);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.