loganzartman / treed

procedurally-generated 3D tree using Three.js

Home Page:https://treed.loga.nz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

treed

it's a tree

The tree is procedurally generated using an algorithm that I made up. Basically, branches grow from the root and occasionally split off. Once they get small enough, the grow leaves.

Tree segments and leaves are rendered as instanced geometry. The lighting is made up of a few simple light sources, plus PCSS shadows.

running:

python -m http.server 8080

About

procedurally-generated 3D tree using Three.js

https://treed.loga.nz/


Languages

Language:JavaScript 100.0%Language:HTML 0.0%