java - Rotating textures when using glDrawTexiOES -


I made a little textured drawing class by viewing the LabelMaker instance in the Android SDK.

One thing I do not know is how to rotate the textures created with glDrawTexiOES.

Is this possible? I have tried only glrotatef, but it has no effect.

No, GLOOS_DriyTtext omits any change, it is drawn directly to a screen space rectangle In the form, you have to use textured mapped quad to rotate.


Comments