A method was added to my generic map editor, which automatically determines forest type depending on elevation.
This method is based off of the relative height values of the input height map, which blends texture weights for elevations. This basic implementation ranges from rock out crops (above timber line) to thin forest, to dense forest, and mixed deciduous and pine at lower elevations.
After loading this map into a scene program, complete with depth effects, map elements etc, it is easy to see the overall effect of a dynamically created forest based on terrain features. Though in this preview it is still easy to see grid lines of the forest textures. This can be minimalized by randomizing forest values, such as randomizing thin forest values.
Finally, I have an animation system so I can record values for different layers in real time, (such as camera motion, icon opacity etc.) to make refined compositions to show various interactions with the forest system.
No comments:
Post a Comment