Advertisement
Fonix

Shared Vertices

Aug 22nd, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.04 KB | None | 0 0
  1. GLushort d12indices[] = {
  2.     0,12,19,
  3.     0,9,4,
  4.     15,19,12,
  5.     14,4,13,
  6.     2,6,14,
  7.     10,12,11,
  8.     1,9,8,
  9.     3,7,5,
  10.     18,10,2,
  11.     17,15,16,
  12.     18,3,17,
  13.     18,13,1,
  14.     6,11,0,
  15.     11,12,0,
  16.     19,7,0,
  17.     7,9,0,
  18.     5,7,15,
  19.     7,19,15,
  20.     6,0,14,
  21.     0,4,14,
  22.     10,11,2,
  23.     11,6,2,
  24.     16,15,10,
  25.     15,12,10,
  26.     13,4,1,
  27.     4,9,1,
  28.     8,9,3,
  29.     9,7,3,
  30.     17,16,18,
  31.     16,10,18,
  32.     3,5,17,
  33.     5,15,17,
  34.     1,8,18,
  35.     8,3,18,
  36.     2,14,18,
  37.     14,13,18
  38. };
  39.  
  40. GLfloat d12vertices[] = {
  41.     0.000000,-0.794655,0.607062,
  42.     -0.577350,-0.187592,-0.794655,
  43.     0.577350,-0.187592,-0.794655,
  44.     -0.577350,0.794655,-0.187592,
  45.     -0.577350,-0.794655,0.187592,
  46.     -0.356822,0.794654,0.491124,
  47.     0.577350,-0.794655,0.187592,
  48.     -0.577350,0.187592,0.794655,
  49.     -0.934172,0.187593,-0.303531,
  50.     -0.934172,-0.187593,0.303531,
  51.     0.934172,0.187593,-0.303531,
  52.     0.934172,-0.187593,0.303531,
  53.     0.577350,0.187592,0.794655,
  54.     -0.356822,-0.794654,-0.491124,
  55.     0.356822,-0.794654,-0.491124,
  56.     0.356822,0.794654,0.491124,
  57.     0.577350,0.794655,-0.187592,
  58.     0.000000,0.794655,-0.607062,
  59.     0.000000,0.187593,-0.982247,
  60.     0.000000,-0.187593,0.982247
  61. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement