Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OrthographicLens.unproject #45

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Fix OrthographicLens.unproject #45

merged 1 commit into from
Nov 17, 2020

Conversation

rainyt
Copy link
Contributor

@rainyt rainyt commented Nov 16, 2020

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

In function unproject

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

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

away3d/away3d-core-fp11#720

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

In function unproject

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

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

away3d/away3d-core-fp11#720
@rainyt rainyt merged commit e4b8ff5 into openfl:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant