How to detect, that node is inside Sphere or Box?

Hello i am trying to make explosion when my character(Node) hit the sphere or box (tree:-))… But i dont know how:(

Please help, Thanks

You have to use BoundingBoxes and check all Objects for Intersection!

Try "HelloIntersection.java" 

Thanks a lot thats great;)