I was wondering what libraries/formulas are used to load models and do collision detection in jpct?
I don't get the question. Formulas to load models? No libraries are being used. It's all build in...but as said: I don't get the actual question...???
Quote from: EgonOlsen on May 01, 2012, 09:14:01 PM
I don't get the question. Formulas to load models? No libraries are being used. It's all build in...but as said: I don't get the actual question...???
I was wondering what libraries were used for the model loading and collision detection. And for the collision detection, if no libraries were used, what formulas/equations is used to calculate the collision detected.
Maybe the wiki helps: http://www.jpct.net/wiki/index.php/Collision_detection (http://www.jpct.net/wiki/index.php/Collision_detection) ???
I'm trying to do some collision detection in an project where I cannot use external libraries. I am currently trying to do ellipsoid collision detection, but I am struggling. I used the library a little while ago and loved how the checkXXXCollisionEllipsoid methods work. I was wondering what algorithm they use.
Also, I just noticed I failed when I posted this, it is meant to be here:
http://www.jpct.net/forum2/index.php/board,3.0.html
If you want you can move it there, but it doesn't really matter
Moved!
It's basically a slightly modified version of this algorithm: http://www.peroxide.dk/papers/collision/collision.pdf (http://www.peroxide.dk/papers/collision/collision.pdf)
Thanks