Advertisement
Guest User

Untitled

a guest
Mar 25th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. //File Menu Cordinates x y z w - NEEDS TEX CORDS
  3. static const GLfloat FileMenuVerts[] = {
  4. 1.0f, 1.0f, 0.0f, 1.0f, 1.0f, 1.0f,
  5. -1.0f, 1.0f, 0.0f, 1.0f, 0.0f, 1.0f,
  6. -1.0f, 0.94f, 0.0f, 1.0f, 0.0f, 0.0f,
  7. 1.0f, 0.94f, 0.0f, 1.0f, 1.0f, 0.0f
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement