[ODE] cylinder contrib
LR
logreg at free.fr
Mon Feb 6 16:33:14 MST 2006
Hy,
i read in the ode source code (collision kernel):
#ifdef dCYLINDER_ENABLED
setCollider (dCylinderClass,dTriMeshClass,&dCollideCylinderTrimesh);
#endif
#endif
#ifdef dCYLINDER_ENABLED
setCollider (dCylinderClass,dBoxClass,&dCollideCylinderBox);
setCollider (dCylinderClass,dSphereClass,&dCollideCylinderSphere);
#endif
1] that's mean that cylinder cannot collide with others geoms ? (ray, plane,
cylinder, ccylinder). if yes, I dont understand why because used contrib
includes all other collide ...
2] and .. why using 2 #ifdef sections ???
Thanks
Laurent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://q12.org/pipermail/ode/attachments/20060207/13bbca63/attachment.htm
More information about the ODE
mailing list