Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.74 KB | None | 0 0
  1.         textures = new float[]{
  2.               // Front
  3.               0.0f,  0.0f,
  4.               1.0f,  0.0f,
  5.               1.0f,  1.0f,
  6.               0.0f,  1.0f,
  7.               // Back
  8.               0.0f,  0.0f,
  9.               1.0f,  0.0f,
  10.               1.0f,  1.0f,
  11.               0.0f,  1.0f,
  12.               // Top
  13.               0.0f,  0.0f,
  14.               1.0f,  0.0f,
  15.               1.0f,  1.0f,
  16.               0.0f,  1.0f,
  17.               // Bottom
  18.               0.0f,  0.0f,
  19.               1.0f,  0.0f,
  20.               1.0f,  1.0f,
  21.               0.0f,  1.0f,
  22.               // Right
  23.               0.0f,  0.0f,
  24.               1.0f,  0.0f,
  25.               1.0f,  1.0f,
  26.               0.0f,  1.0f,
  27.               // Left
  28.               0.0f,  0.0f,
  29.               1.0f,  0.0f,
  30.               1.0f,  1.0f,
  31.               0.0f,  1.0f
  32.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement