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

Issues on High DPI Displays (e.g. Retina) #17

Open
integeruser opened this issue Nov 6, 2016 · 0 comments
Open

Issues on High DPI Displays (e.g. Retina) #17

integeruser opened this issue Nov 6, 2016 · 0 comments

Comments

@integeruser
Copy link
Owner

Some tutorials are not rendered correctly on High DPI displays, since these displays were not supported in the original project. Examples of what should be changed to fix this:

  • gl_FragCoord.y / 500.0f in src/integeruser/jgltut/tut02/data/FragPosition.frag
  • persMatrix.scale(2.0f / w, -2.0f / h, 1.0f); in src/integeruser/jgltut/tut16/GammaRamp.java
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

No branches or pull requests

1 participant