Guest User

Untitled

a guest
Jan 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. void main()
  2. {
  3. gl_TexCoord[0] = gl_MultiTexCoord0;
  4. gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
  5. }
Add Comment
Please, Sign In to add comment