How do I make the 3D height map collision work?
I’m trying to create and FPS game and I found the 3D height map extension. I edited the extension so the object uses a texture instead of color but I can’t seem to make the collisions work. There’s almost no info on this matter (That I can find).
What is the expected result
The collision should work and my 3D character should be able to walk on it
What is the actual result
My character and a test sphere both fall through the object.


