Easy way to throw flag/signal on geometry intersection/collision?

Normen, I was looking through the javadoc and noticed GhostNodes for physics. It seems they do what i’m trying to describe here. Am i correct? i.e have a shape detect when objects intersect?

Yeah, just look at the examples. But if you only need that you can also use the geometry collision (see hello picking) instead of a full physics simulation.