PDA

View Full Version : rotation and drawTexture



makism
24th May 2010, 09:01
Hello, i searched a bit but i couldn`t find anything (or found but didn`t work).

I don`t know how to rotate a texture drawn with drawTexture( rectf, textid );
I tried using qtransform but i failed misserably. Also with glRotate();

Is there a specific way to do this or i will have to abadon drawTexture and use the classic opengl commands to draw a texture?

Thanks in advance.