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