Advertisement
thecplusplusguy

GLSL tutorial 1 - vertex.vs

Jul 26th, 2012
1,882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. //http://www.youtube.com/user/thecplusplusguy
  2. void main()
  3. {
  4.     gl_Position=gl_ModelViewProjectionMatrix*gl_Vertex;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement