Hi! I have a question about how events work with ObjectContainers. Imagine that I have a box(made with planes) and I have some 3d objects inside, like spheres, cubes and other boxes. When I clik the big box, I want to move all, the box an the content, so I put everything inside of an objectContainer3D and it works fine. Now I want to move an object that is inside the box, so I add a MouseEvent3D handler for that object too. The problem is that the mouse event will go to both handlers, the object handler and box(objectContainer) handler too.
What should I do to be able to move all the group and also another object/objectContainer that is inside the group?
