I have 3 objects in Open Inventor: a lamp, a desk, and a painting. I need to
-be able to place them on each other, such as a lamp on a desk, and a painting on a wall, -the objects can't penetrate the walls and floors (which I have a collision-detection method for).
Might you have an idea how to be able to place objects on top of each other? I think that I get the general gist: -Disable the collision-detection engine when moving an object to its accepted placement,
but I'm not sure where to go from there. Any thoughts? Thanks so much for your help!