volca02 / openDarkEngine

Rewrite of the Dark Engine by Looking Glass
GNU General Public License v2.0
150 stars 18 forks source link

Completion of physics service. #5

Open volca02 opened 10 years ago

volca02 commented 10 years ago

Now this one is a bit harder. The physics algorithms themself should not be that hard to deduce after getting the structures right, but collision detection was originally done on BSP trees of movable objects and the contact points generated may thus differ to ones we would get from a collision detection library.

Also, the choice on the collision detection library matters. Evaluation is needed.