Open piktogramstudio opened 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;
https://github.com/away3d/away3d-core-fp11/pull/692
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;