Generating random terrain in Blender3D

后端 未结 4 1985
花落未央
花落未央 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:37

    Simplest way to achieve this is to cheat a little. Instead of actually generating random terrain make a random cloud texture (not sure how to do that with phyton) and then make the displace modifier use that texture and that's it! I'm not sure how easier it could be.

提交回复
热议问题