Hell,
We have some problems with finding objects under mouse cursor.
I have nested container structure, and in certain conditions I want to listen mouse events of the deepest ones, which are transparent.
Actually, I want to get an array of elements under mouse cursor, including transparent ones.
1. Is it possible to find all objects including trasparent, located on the ray that started at camera point and directed by mouse?
2.Can i make child objects inside container to fire mouse events, if child object is not aligned to visible container plane?
3. Can i check collision with custom ray and object(passed by refference),even if it is transparent?
Answer to any question would by very helpful.
Thanks in advance.