Hey!
I have the following problem: I constructed some planes in 3D-Space, all of them have transparent textures applied. The MouseEvent3D MouseOver and MouseOut-Events just react on hovering the mesh. But i need to ignore the transparent parts of the plane.
The situation now is, that planes, which are more far from the camera, don’t react to MouseOver or MouseOut-Events, because the transparent parts of the planes cover them.
Does anyone know a possible solution to this?