I can’t get MouseEvent3D events to fire in flex (spark). I have tried this with the flex 4.5 and 4.6 sdk. I have set the properties that enable click events, I have created a custom skin for the application to remove the background that normally covers the Stage3D layer. Just to test a theory I have even set the whole application.visible=false so the only layer should be the stage3d and I can see my whole 3D scene, but no mouse events.
I have created an extensive app that has my whole gui done in flex that sits on top of multiple 3D scenes. It would be a lot of work to redo it in pure as3.
Should MouseEvent3D events work in flex? Has anyone got them to work in flex or am I the only person trying?
Thanks,
-Shane