[ODE] Creating dGeomID objects

Benny Kramek benny at kramekweb.com
Wed Aug 14 07:00:02 2002


Is it legal to create a geometry object(box, plane ...) without a space?

Like, what if I do:

dGeomID a = dCreateSphere(0, 5);

without creating any spaces? I'm doing that now and it works fine. My 
only worry is there might be memory leaks or corruption.

Thanks