Texture Matrix

Anyone know where I can find a nifty example of using the afore mentioned subject? Thanx!!

-Brian

Easy, just call glMatrixMode(GL_TEXTURE) and treat this mode the same as you would as the MODELVIEW mode. Make sure you call glMatrixMode(GL_MODELVIEW) before you start moving vertices around though.