Skip to content

hellogl.py uses a left-handed coordinate space #8

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

Merged
merged 1 commit into from
Aug 1, 2013

Conversation

babymastodon
Copy link
Contributor

The current implementation reverses the direction of the y-axis, resulting in a left-handed coordinate space. This causes some weird behavior with the rotation sliders, and does not serve as a good example for other projects.

The proposed fix is to flip the y-axis back to normal, and to draw the polygon vertices in the standard, counter-clockwise order.

lck added a commit that referenced this pull request Aug 1, 2013
hellogl.py uses a left-handed coordinate space
@lck lck merged commit 736c474 into pyside:master Aug 1, 2013
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

Successfully merging this pull request may close these issues.

2 participants