[ODE] dSpaceCollide2 for dGeomID and dSpaceID
Roel van Dijk
roelvandijk at home.nl
Sun Feb 1 18:22:30 MST 2004
On Tuesday 03 February 2004 17:41, Flavien Brebion wrote:
> Taken from my own code:
> dSpaceID m_odeCollSpace; // ode's space ID
> dGeomID m_odeRay; // ray for hovering physics
> ...
> dSpaceCollide2(m_odeRay, (dxGeom *)m_odeCollSpace, this,
> &nearRayCallback);
>
> Never had a problem with it.
You are absolutely right. I read the docs but missed this line: "It can also
test a single non-space geom against a space". Oops :-)
More information about the ODE
mailing list