Chapter 56: TreesGeometry
Core Idea
A procedural trees geometry.
Code Examples
import { TreesGeometry } from 'three/addons/misc/RollerCoaster.js';
- What it demonstrates: Typical usage of TreesGeometry.
Reference Tables
Constructor
| Signature |
|---|
new TreesGeometry( landscape : Mesh ) |
Key Takeaways
- TreesGeometry extends: EventDispatcher → BufferGeometry
Connects To