deltaluca / nape

Haxe/AS3 Physics Engine
http://napephys.com
Other
542 stars 77 forks source link

Handling compound bodies in collision detection. #20

Closed deltaluca closed 10 years ago

deltaluca commented 12 years ago

We all know the issue, colliding against 'inner' edges.

Continous collision detection will greatly help reduce this problem, but it will remain a problem even then.

I have tried various complex solutions that remain effecient as extensions to SAT, but none have worked. Worse, they have made somethings even worse so that they absolutely cannot be used as any partial-solution should not regress behaviour.