Hi,
I need simple collision detection in my Xith app. Can somebody give me a brief introduction how to set up my scene graph to detect collision?
I know the Xith3DCollisionDropTest example, but I’m not sure if this is the kind of collision detection I’m looking for, since its main purpose seems to be gravity/force simulation.
All I need is to get notified if movable node A bumps into static node B.
Thanks in advance!
Johannes