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

Globe texture flipped #1

Open
micuat opened this issue Aug 21, 2014 · 0 comments
Open

Globe texture flipped #1

micuat opened this issue Aug 21, 2014 · 0 comments

Comments

@micuat
Copy link

micuat commented Aug 21, 2014

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.

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

2 participants
@micuat and others