[ODE] Composite objects
TongKe Xue
tongke at gmail.com
Thu Aug 18 10:21:32 MST 2005
You need to use geomTransforms
--Tongke
On 8/18/05, Hampus Soderstrom <hampus at sxp.se> wrote:
> Hi,
>
> I'm trying to create a composite object consiting of two spheres
> sitting next to each other.
>
> //pseudo code
> dBodySetPosition(body1);
>
> dGeomSetPosition(geom1, leftpos);
> dGeomSetPosition(geom2, rightpos);
>
> dGeomSetBody(body1, geom1);
> dGeomSetBody(body1, geom2);
>
> Both objects get the same position as the body though. How do I go
> about to place the geoms next to each other?
>
> regards
> Hampus
>
>
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
>
More information about the ODE
mailing list