-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrgem.h
12 lines (9 loc) · 2.24 KB
/
rgem.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef rgem_H
#define rgem_H
const GLfloat rgem_vertices[] = {1.607617,0.556324,0.004084,1.619739,0.945779,0.000903,1.482255,0.835405,0.245391,1.607617,0.556324,0.004084,1.482255,0.835405,0.245391,1.260828,0.652803,0.153280,1.482255,0.835405,0.245391,1.619739,0.945779,0.000903,1.280437,1.282955,0.148132,1.260828,0.652803,0.153280,1.482255,0.835405,0.245391,1.058620,1.101888,0.242309,1.482255,0.835405,0.245391,1.280437,1.282955,0.148132,1.058620,1.101888,0.242309,1.260828,0.652803,0.153280,1.058620,1.101888,0.242309,0.922157,0.987497,-0.000903,1.280437,1.282955,0.148132,1.281069,1.280473,-0.153280,0.934279,1.376952,-0.004084,1.058620,1.101888,0.242309,1.280437,1.282955,0.148132,0.934279,1.376952,-0.004084,0.922157,0.987497,-0.000903,1.058620,1.101888,0.242309,0.934279,1.376952,-0.004084};
const GLfloat rgem_normals[] = {0.875862,-0.023323,0.481998,0.875862,-0.023323,0.481998,0.875862,-0.023323,0.481998,0.169481,-0.599933,0.781893,0.169481,-0.599933,0.781893,0.169481,-0.599933,0.781893,0.685990,0.435937,0.582561,0.685990,0.435937,0.582561,0.685990,0.435937,0.582561,-0.174539,-0.266505,0.947899,-0.174539,-0.266505,0.947899,-0.174539,-0.266505,0.947899,0.170573,0.282085,0.944104,0.170573,0.282085,0.944104,0.170573,0.282085,0.944104,-0.688440,-0.426308,0.586780,-0.688440,-0.426308,0.586780,-0.688440,-0.426308,0.586780,0.265071,0.964201,-0.007384,0.265071,0.964201,-0.007384,0.265071,0.964201,-0.007384,-0.172736,0.612722,0.771190,-0.172736,0.612722,0.771190,-0.172736,0.612722,0.771190,-0.877873,0.031228,0.477874,-0.877873,0.031228,0.477874,-0.877873,0.031228,0.477874};
const GLfloat rgem_colors[] = {1.000,0.882,0.004,0.706,0.027,1.000,0.239,0.984,0.973,1.000,0.882,0.004,0.239,0.984,0.973,0.706,0.039,1.000,0.239,0.984,0.973,0.706,0.027,1.000,0.706,0.000,1.000,0.706,0.039,1.000,0.239,0.984,0.973,0.078,1.000,1.000,0.239,0.984,0.973,0.706,0.000,1.000,0.078,1.000,1.000,0.706,0.039,1.000,0.078,1.000,1.000,0.706,0.008,1.000,0.706,0.000,1.000,0.000,1.000,1.000,1.000,0.882,0.000,0.078,1.000,1.000,0.706,0.000,1.000,1.000,0.882,0.000,0.706,0.008,1.000,0.078,1.000,1.000,1.000,0.882,0.000};
const GLushort rgem_indices[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26};
const GLsizeiptr rgem_numind = 27;
const GLsizeiptr rgem_numvert = 27;
#endif