I’m new to ODE, but have spend the last couple of days reading through the docs. It looks like a useful library.
I’ve downloaded the CVS tree of odejava and have been playing around with it, but am finding that most of the examples in org.odejava.test are incorrect. Some simply don’t run, while others run poorly. LowLevelApiExample, for example, sets up a collision between a sphere and a box moving under the influence of gravity with a plane, and both bodies simply pass through the plane.
Are there any good working examples of how to use odejava?
Mark McKay