Hi, there.
I’m struggling between Terrain and Ground.
I need a functionality of terrain as I can manually set the map data (terrain height on specific point) like here: https://www.babylonjs-playground.com/#FJNR5#530
But I need the terrain finite. With finite width and height.
I tried the same with the ground: Babylon.js Playground
But here the heights are taken from a file. Is it possible to manipulate with them programatically?
So I need a ground with manual height edit or a finite terrain.
Is it possible to do something like that?
Thanks.