voxel / voxel-land

a terrain generator with grass, dirt, stone, and trees (addon for voxel-engine)
6 stars 2 forks source link

Minimum tree density? #4

Open greenlion opened 10 years ago

greenlion commented 10 years ago

Do you think it makes sense to have a minimum tree density? I have the treesMaxDensity set to 75 here, but there are "voids" (meadows I guess) that don't have any trees at all, but everywhere where there are trees, the density is very high.

I am thinking about biome generation, and a forest biome probably doesn't want treeless voids.

image

Then again, the void behavior does mimic logging, so putting a bunch of tree stumps in them might not be a bad idea...

deathcap commented 10 years ago

Sounds like a good idea too me. Biomes too ref https://github.com/deathcap/voxel-land/issues/8