Object collision and model loading

Started by qcrist, April 30, 2012, 08:27:52 PM

Previous topic - Next topic

qcrist

I was wondering what libraries/formulas are used to load models and do collision detection in jpct?


EgonOlsen

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...???

qcrist

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.


qcrist

#4
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

EgonOlsen