Skip to content

Widescreen Support #104

Description

@Fancy2209

Feature Request

What feature are you suggesting?

Overview:

Support for Anamorphic Widescreen

Smaller Details:

For Widescreen on the Wii, the guOrtho width needs to be different from the viewport width (e.g. viewport is 640x480, but orthographic projection uses 854, and that's how anamorphic is done), but there is no way I can see to do this (or to modify the code to handle this while beeing sure it won't break something, since setting the guOrtho width to (width * 16.0f / 9.f) could work, but I fear it wouldn't be enough for this kind of thing since the app needs to actually expect to be displaying at 854)
I'm also not sure if OpenGX needs more changes than it's Orthographic Projection's width

Nature of Request:

  • Change

Why would this feature be useful?

Allows people with their Wii's setup for widescreen to have apps using OpenGX to display properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions