openDarkEngine icon indicating copy to clipboard operation
openDarkEngine copied to clipboard

Completion of physics service.

Open volca02 opened this issue 10 years ago • 0 comments

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.

volca02 avatar Apr 23 '14 13:04 volca02