> Is it legal to create a geometry object(box, plane ...) without a > space? yes. a space is a useful container that will allow fast proximity testing, but if you want to call dCollide() yourself (e.g. because you already know which primitives are close to each other) then you can do that without the space. russ. -- Russell Smith http://www.q12.org