Skip to content

Globe texture flipped #1

Description

@micuat

It seems the texture of the globe is flipped. Adding ofScale like

    _earthTexture.bind();
    ofFill();
    ofSetColor(255, 255, 255);
    ofScale(-1, 1, 1);
    ofSphere(_earthPos, EARTH_SIZE);
    _earthTexture.unbind();

fixes the issue, but I'm not sure the satellite path should be flipped as well or not.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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