Texture Transformations

Be aware that texture transformations are not applied to the texture per se, but to the texture coordinates.

This means that the visual result might be the opposite of what you might expect - applying a glRotate(30.0, 0, 0, 1) will cause the texture itself to appear to rotate 30 degrees clockwise, not counter-clockwise.