Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. GLfloat ptTab[8][3] = { 0.5, 0.0, 0.5,
  2. 0.5, 0.5, 0.0,
  3. 0.5, 0.5, 0.5,
  4. 0.5, 0.0, 0.5,
  5. 0.0, 0.0, 0.0,
  6. 0.0, 0.5, 0.0,
  7. 0.0, 0.5, 0.5,
  8. 0.0, 0.0, 0.5
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement