Guest User

Untitled

a guest
May 8th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. OpenGL auto code generator from a vector image
  2. struct { float position[3]; float texcoord[2]; float color[4]; } vertices[] =
  3. {
  4. // Auto-gen code here...
  5. { {1, 1, 0}, {0, 1}, {1, 0, 1, 1} },
  6. ...
  7. };
Advertisement
Add Comment
Please, Sign In to add comment