Skip to content

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

@integeruser

Description

@integeruser

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions