Chill - ProcJam 2022 Submission
Installation
git clone github.com/EliCDavis/modeling
cd mesh
go install ./examples/chillUsage
Tree
C:\dev\projects\EliCDavis\mesh>chill tree -h
NAME:
chill tree
USAGE:
chill tree [command options] [arguments...]
DESCRIPTION:
Creates a single tree
OPTIONS:
--height value The height of the tree (default: random value between 20 and 45)
--base value The width of the tree trunk (default: random value between 0.5 and 2.5)
--covered value Percent of the tree's trunk covered by it's branches (default: random value between 0.7 and 0.9)
--branches value Number of branches the tree will have (default: random value between 200 and 500)
--min-snow value Minimum percentage of snow to use on the branch textures (default: 0.4)
--max-snow value Maximum percentage of snow to use on the branch textures (default: 0.7)
--seed value The seed fpr the random number generator to use (default: clock time)
--out value Path to write the tree obj/mtl/pngs to (default: .)
--name value Name of the files that will be generated (default: tree)
--help, -h show help (default: false)

Forest


Last updated