Hello,
I am playing with the sampled height field and it's working nice for a small terrain.
However, I now want to try to expand my small world to a bigger one.
If the initial size of the height field is too big, it goes out of the broadphase and is removed.
Is there any way to make a paginated height field while moving the broadphase when the camera is moving
so that you only have a small part of the big world inside the broadphase but without having the "outside of broadphase exception" (that will remove the terrain ...) ?
I read the "optimizing the broadphase" section in documentation, but it only talk about mesh and not height field.
Would it be better to preprocess the heigh field and transform it into chunks of mesh ?
Thanks,
Regards


