Generating random terrain in Blender3D

后端 未结 4 1955
花落未央
花落未央 2021-01-19 08:13

I tried finding a python script in google that will generate a random terrain when the game starts (or each time a the player advances to a new scene) but all the tools I fo

4条回答
  •  臣服心动
    2021-01-19 08:30

    Is this link related?

    http://blenderartists.org/forum/showthread.php?t=77794

    To generate terrain (height map) the algorithm is pretty simple (fractal plasma), something like this algorithm (Java):

    http://www.sinc.stonybrook.edu/stu/jseyster/plasma/

    If you Google search for "fractal plasma python" you might find some example code.

提交回复
热议问题