saharan / OimoPhysics

A cross-platform 3D physics engine
MIT License
863 stars 68 forks source link

Any plans for a heightmap collision geometry? #21

Open brundonsmith opened 5 years ago

brundonsmith commented 5 years ago

I just recently integrated this library into a project, before realizing it doesn't have support for heightmaps. I tried hacking something together using convex hulls, but any version of it was either too slow or too imprecise.

Are there any plans to implement heightmap collision detection? Otherwise I'm afraid I'll have to switch to something different :(