According to the ODE docs a Space is a Geom. Would be very cool, if this was the case for Odejava, too. What do you say?
Marvin
According to the ODE docs a Space is a Geom. Would be very cool, if this was the case for Odejava, too. What do you say?
Marvin
sure, why not - if you want to invest the time. Do you want to make it a geom on the SWIG level, too? If yes you can throw away that address stuff for collide2 and pass geoms instead
Exactly that was my intention ;). Well, do I have to modify generated classes, which would have to be modified after each new generation again? If it’s true, but necessary, well so be it. But I just wat to know.
Marvin
you need to modify odejava.i not the generated files and then generate the java files again.
Could you maybe give me a hint about how to do this? I have searched this file for a definition of the Space class, but don’t have a clue.
Marvin
bump
Could you please do this or tell me, what I have to do exaclty?
Thanks,
Marvin
Sorry I don’t have the time for this. And I’m not sure what is involved exactly from the top of my head. I only know that you need to apply that hierarchy in the Swig part and the Java part…