Skip to content

Globe texture flipped #1

@micuat

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.

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