bepu / bepuphysics1

Pure C# 3D real time physics simulation library. Repo contains only the 1.X.X versions.
http://www.bepuphysics.com
Apache License 2.0
402 stars 200 forks source link

No height-field? #4

Closed zwcloud closed 6 years ago

zwcloud commented 6 years ago

I searched for height field but didn't find it. So is there a height field implementation in bepuphysics?

mcmonkey4eva commented 6 years ago

Like a heightmap/terrain collider? If so, implementation class of relevance is here -> https://github.com/bepu/bepuphysics1/blob/master/BEPUphysics/CollisionShapes/TerrainShape.cs

zwcloud commented 6 years ago

Thanks. I will have a look at it.