[ODE] General lack of understanding

Geoff Carlton gcarlton at iinet.net.au
Thu Nov 16 17:45:49 MST 2006


Actually, its very important to set the depth to a large enough value 
when colliding against other 2d primitives like spheres, otherwise they 
can get a funny rotation on them.
I'd recommend:
   

dCreateBox(space, o->block.w, o->block.h, max(o->block.w, o->block.h));




Christoph Beyer wrote:
> what is this???
> o->geom = dCreateBox(space, o->block.w, o->block.h, 0.0);
> a box with no depth? this sounds very crazy.
> I don't believe the collision-routines supports this ;-)
> just try to set a constant depth like 1.0
>
> christoph
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
>
>
>   


More information about the ODE mailing list