Finally I have had som time to work with the physics example again:
Right now I have encounter two bugs:
* The CylinderCollideable generates Triangle boxes instead of a cylinder.
I remember back when I used OdeJava I never got cylinders to work either. I used
spheres instead but that makes the vechicles unstable.
* The JointHinge2 doesnt seem to work. The wheels doesn't stick to the car.
The code can be found here
www.tranarpsrojochploj.se/CarTest.javaThe model can be found here
www.tranarpsrojochploj.se/probe.3dsThe code is a slap together of my code and some xith physics example code and not optimized
or cleaned. Bare with me.
//Skuggan