away3d / away3d-core-fp11

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

OrthographicLens.unproject #720

Open piktogramstudio opened 9 years ago

piktogramstudio commented 9 years ago

In file: /src/away3d/cameras/lenses/OrthographicLens.as

In function unproject

Line: 57 v.y = nX + translation.y;

Should be: v.y = -nY + translation.y;

DawnKing commented 8 years ago

https://github.com/away3d/away3d-core-fp11/pull/692