Capítulo 56 de 859

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

  1. TreesGeometry extends: EventDispatcher → BufferGeometry

Connects To