I'm working on a project in which I need to create a terrain in my PhysX application.
As input data I have dted file (elevation).
Which is the better way for create a terrain in PhysX? I need to have a large terrain.
I have try to create an HeightField but I have found that sample array dimension is limited to 255.999 value (with 260.000 I have a crash). It's correct this observation? This means that I need multiple Heightfield for create a large terrain?
Thanks in advance