DrChat / Gmod-vphysics

Replacement vphysics module for the Source engine (originally meant for Garry's Mod)
Other
93 stars 15 forks source link

Objects collide with internal edges of other objects #34

Closed DrChat closed 10 years ago

DrChat commented 10 years ago

Contact normals are generated with internal edges in a direction against the direction of velocity.

(Blue=velocity, Red=contact normal) internaledge (Picture credit: Erwin Coumans GDC10)

btInternalEdgeUtility was added to bullet to deal with this problem, I need to incorporate this into the collision detection pipeline.