Hi all,
Does anyone know how to make a compouded object in odejava? I can create PlaceableGeoms (say a box or a sphere) then call Body.addGeom(PlaceableGeom) on it, but its not working. The Placeable geom that i add will have a translation of 0, 0, 0 no matter what…
I have a box (a tall one) and a sphere ontop in a single body, ode is saying that the sphere is in the middle of the box and so the compounded body tips over to its side and does a see-saw effect on it like the sphere is in the middle, when its not supposed to.
Does anyone have any ideas about this? I am using the latest release of odejava…
DP