away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
640 stars 273 forks source link

MousePicking Bug Away 4.1.6 #683

Open krzysztof-kalinowski opened 10 years ago

krzysztof-kalinowski commented 10 years ago

You can se bug here: http://www.test.taern.com/performanceTest/badMousePicking.html The same code works fine compiled with Away 4.1.4 Gold and 4.1.5;

Here is full source code: http://www.sendspace.com/file/6u164b

JohnBrookes commented 10 years ago

Issue is here https://github.com/away3d/away3d-core-fp11/blob/dev/src/away3d/cameras/lenses/OrthographicLens.as#L57

should be

v.y = -nY + translation.y;

JohnBrookes commented 10 years ago

re email... Bug is with both DEV and MASTER branches and fix is the same. For now just keep it open. Will be closed when the fix is done :)