theory request for random forest
Posted: Mon Jan 03, 2011 10:51 pm
assuming that i have a world (1000 x 1000 for argument), how would i go about populating said world with trees in such a manner that it isnt a grid and yet the trees are some normal distance from each other. Not sure i am making sense.... but basically a random forest generator that sets trees not on a grid but much more random....
i would generate these coords, then compare to the terrain height below for the 'Y' coord and them randomly scale the trees.
so far i am setting them all by hand inside the editor, which works ok but it seems that i am missing a method but dont know what to call it.
i would generate these coords, then compare to the terrain height below for the 'Y' coord and them randomly scale the trees.
so far i am setting them all by hand inside the editor, which works ok but it seems that i am missing a method but dont know what to call it.