How would you modify DynamicTerrain to play nice with right-handed, z-up coordinates? Simply swapping the coordinates makes the mesh not render at all. I’m guessing this is due to coordinate assumptions made by DynamicTerrain. Is there a way to get this to work without messing with the internals (okay if hacky)?
playground shows how the terrain with swapped coordinate system fails to render:
Dynamic terrain right-handed | Babylon.js Playground (babylonjs.com)