How to make terrain

Pls tell i am making a a with terrain

Hi @MATURE,

Check this example on how to use a heightmap (black and white image), to generate a terrain in PlayCanvas:

https://developer.playcanvas.com/en/tutorials/terrain-generation/

1 Like

no without hight map

You will need to write a noise generation algorithm. I don’t have an example in mind but do a search online for perlin terrain generation.

@MATURE I made a small tutorial that is posted here that will show you some basics.

Also, there are numerous YouTube videos that are very good following this method. Hope this helps.

2 Likes

thanks