otclient icon indicating copy to clipboard operation
otclient copied to clipboard

(Question) Flip/Mirror image OpenGL

Open Klonoa88 opened this issue 3 years ago • 0 comments

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 avatar Jan 27 '22 15:01 Klonoa88