1) Is there sample code that will enable me to duplicate these OpenGL drawing commands in a Vertex Shader:
glTranslatef();
glRotatef();
glScalef();
2) How can I translate GL_TEXTURE_2D textures in X/Y direction within a Vertex shader by referencing the number of actual pixels I want to offset, instead of using normalized (0-1) coordinates?
Thanks.



