hightmap terrain procedural generation

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By theMX89

hi guys, im trying to make an procedural generated map with the hightmap terrain plugin made by zylann, but i dont now how. does someone know how to do that?

Do you mean generating it in code on runtime, or generating it in editor to use the same one in game?

andersmmg | 2021-07-03 06:24

i mean generating it in code on runtime, yes. do you now how to do that?

theMX89 | 2021-07-05 10:10

i found out how to do that in the editor, but not wile running :frowning:

theMX89 | 2021-07-05 11:47

I’m not sure that’s possible with this addon, as it generates the mesh once on load iirc. I believe 4.0 will support heightmaps and should let you do it pretty simply, but for now you might be best off creating a generator from scratch. It would probably be a good idea anyway to give you more control of your game logic

andersmmg | 2021-07-06 14:15