[ODE] Non-placeable geoms

Kevin Reid kpreid at attglobal.net
Thu Jan 16 14:40:02 2003


I would like a function to determine whether a geom is placeable.
Currently, I see no way to do this without either using dGeomGetClass()
and using knowledge about which classes are placeable, or calling
dGeomGetPosition() and checking if the pointer is NULL (which will fail
in debug builds).

-- 
Kevin Reid