📖 INDEX
LOADING ENGINE...
Line3
THREE.JS REFERENCE // line3
A geometric line segment represented by a start and end point.
Syntax
const line = new THREE.Line3(start, end);Examples
Example 01Basic Usage
const line = new THREE.Line3(start, end);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.