turbulenz / turbulenz_engine

Turbulenz is a modular 3D and 2D game framework for making HTML5 powered games for browsers, desktops and mobile devices.
http://turbulenz.com
MIT License
4.57k stars 513 forks source link

3D physics heightfield #48

Closed josephrocca closed 9 years ago

josephrocca commented 9 years ago

Any plans on implementing a heightfield for the low level 3d physics?

Cheers

deltaluca commented 9 years ago

No plans as it stands, but should be able to do it atleast by creating a triangle mesh for the heightmap surface. The 3d physics benchmark sample has a procedurally created traingle mesh geometry (the bowl) to see how that might be done.

josephrocca commented 9 years ago

Ah, great, thanks!