Ode.dCollide(SWIGTYPE_p_dGeomID o1,SWIGTYPE_p_dGeomID o2,int flags,dContactGeom contact,int skip);
How can I determine the ‘flags’ and ‘skip’ parameter?
The document said flags is the num of collide data you want to get, but if I want to get all, how to set it?
What’ more, the ‘skip’ is the size of dContactGeom class, how to get its size?
Thanks!