Hi, Does anybody have problem with BSPTree and MouseEvent3D? When I compile with 3.5.0 works fine. When with 3.6.0 version it doesn't work.
Just this simple code:
_view.scene.addEventListener(MouseEvent3D.MOUSE_DOWN,onBspDown);
function onBspDown(event:MouseEvent3D){
trace(event.sceneX + " " + event.sceneY + " " + event.sceneZ);
}
in 3.5.0 works, in 3.6.0 not...
Thanks in advance:)
