> If it is not functionall anymore how can i attach more geometries to one > body? (I can't figure it out :-( ) Just call dGeomSetBody() on more than one Geom to the same Body. Note that all the Geoms need to share the transform. Thus, they should all be GeomTransforms, encapsulating each of the (transformed) actual geoms. Cheers, / h+