📖 INDEX
LOADING ENGINE...
Plane
THREE.JS REFERENCE // plane
A two dimensional surface that extends infinitely in 3d space.
Syntax
const plane = new THREE.Plane(normal, constant);Examples
Example 01Basic Usage
const plane = new THREE.Plane(normal, constant);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.