random tree

Parameters
ends
: the number of ends in the structurepics
: the number of pics in the structureprob of new branch
: A probability (from 1-100) that describes how likely a new branch will form as the algorithm travels down the picks.prob of grow out
: A probability (from 1-100) that the branch grow horizontally.
Application
A fun exploration of generative structures that can be used or manipulated within the creation of a design.
Developer
adacad id: rand_tree
Developer
src/operations/rand_tree/rand_tree.ts
loading...