Procedural terrain collider for Bullet

Generating terrain entirely on the GPU is cool, however as pretty as it looks, in the end you need to interact with it. Bullet Physics engine provides very neat ways to define your own collider shapes. So I decided to port GPU code to C++ and use the output for ...

more ...