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

(Question) Flip/Mirror image OpenGL #1171

Open
Klonoa88 opened this issue Jan 27, 2022 · 0 comments
Open

(Question) Flip/Mirror image OpenGL #1171

Klonoa88 opened this issue Jan 27, 2022 · 0 comments

Comments

@Klonoa88
Copy link

Klonoa88 commented Jan 27, 2022

How do i flip/mirror a image?

Rotate works with:
g_painter->saveAndResetState();
g_painter->rotate(dest.x, dest.y, 180);
Draw();
g_painter->restoreSavedState();

But do not understand how to do flip. Have googled and read a lot but it does not work

@Klonoa88 Klonoa88 changed the title (Question) Flip image OpenGL (Question) Flip/Mirror image OpenGL Jan 27, 2022
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

1 participant