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