Hi,
I’m trying to design a new simulation with OdeJava’s low level access. I’ve been looking through the example in “LowLevelApi.java,” but can’t figure out how to do space collisions.
In the code, under the “step()” method, is has a commented call:
// Call collision methods for given space
//Ode.spaceCollide(spaceId);
What should go here instead to make the collisions work?
Thanks for any help!