I'm trying to create a composite object with PyODE, but I can't find any documentation regarding this.
Here is some info I found:
- this is for ODE, the engine that PyODE is a wrapper for, and seems to be the most recent source of information: http://opende.sourceforge.net/wiki/index.php/Manual_%28Collision_Detection%29#Composite_objects
Note that it states:
The geom transform classes are deprecated. Use geom offsets instead.
for PyODE I could only find information regarding geom transform classes:
with no info on how to use them, except for this example for ODE:
and absolutely no info regarding geom offsets for PyODE. so...
- Does anyone know if geom offsets are implemented in PyODE? (how can I find out?)
- If geom offsets do not exist, is there an example somewhere on how to use the old geom transform classes in PyODE?
Thanks very much for your help!