I apologize for having to ask this, but after taking a lot of time and learning Xith, which was relatively painless after going through the tutorials and playing around wth all the example code, I am trying to learn OdeJava to utilize the collision detection and physics but am having a difficult time as all the links to a tutorial are for the old version of the forum that no longer seems to exist anymore. If someone could give me a bit of very simple sample code that simply creates two objects and applies the OdeJava physics and collision system to them it would be very useful to me, but would be very useful to a lot of other people I think as well.
I have gone through the Car example and there’s just so much junk being referenced in so many different classes it’s extremely difficult to put it all together and understand exactly what is happening. I want just a single class that functionally applies physics and collision detection. I’m assuming it’s not that complicated for someone capable of doing it. If this isn’t true then perhaps I should be writing my own physics and collision system instead of using Ode.
Finally, a lot of the sample code I’ve seen in the forums are not actually even functional, they reference object names of things that I’m assuming used to exist but no longer do.
Thank you,
Matthew D. Hicks