-
Notifications
You must be signed in to change notification settings - Fork 2
/
rboost.h
12 lines (9 loc) · 2.52 KB
/
rboost.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef rboost_H
#define rboost_H
const GLfloat rboost_vertices[] = {1.126608,0.022648,0.997070,1.491671,0.681113,-1.007659,1.130800,0.006179,-1.002858,1.487479,0.697582,0.992268,2.224107,0.903204,-1.007953,1.491671,0.681113,-1.007659,1.126608,0.022648,0.997070,1.670638,0.479454,1.891696,1.487479,0.697582,0.992268,2.219915,0.919673,0.991975,1.670638,0.479454,1.891696,2.403074,0.701546,1.891402,2.224107,0.903204,-1.007953,1.678488,0.444269,-2.618310,1.491671,0.681113,-1.007659,1.130800,0.006179,-1.002858,1.678488,0.444269,-2.618310,1.289841,-0.196813,-2.613846,1.487479,0.697582,0.992268,2.219915,0.919673,0.991975,1.309766,-0.195479,1.896497,2.219915,0.919673,0.991975,1.487479,0.697582,0.992268,1.670638,0.479454,1.891696,2.224107,0.903204,-1.007953,2.383148,0.700211,-2.618941,1.678488,0.444269,-2.618310,1.130800,0.006179,-1.002858,1.491671,0.681113,-1.007659,1.678488,0.444269,-2.618310};
const GLfloat rboost_normals[] = {-0.881863,0.471471,-0.005731,-0.881863,0.471471,-0.005731,-0.881863,0.471471,-0.005731,-0.290169,0.956938,-0.008488,-0.290169,0.956938,-0.008488,-0.290169,0.956938,-0.008488,-0.845183,0.453908,0.282193,-0.845183,0.453908,0.282193,-0.845183,0.453908,0.282193,-0.278505,0.918850,0.279552,-0.278505,0.918850,0.279552,-0.278505,0.918850,0.279552,-0.285926,0.942727,-0.171791,-0.285926,0.942727,-0.171791,-0.285926,0.942727,-0.171791,-0.846165,0.511945,-0.148043,-0.846165,0.511945,-0.148043,-0.846165,0.511945,-0.148043,-0.881863,0.471471,-0.005731,-0.290169,0.956938,-0.008488,-0.845183,0.453908,0.282193,-0.278504,0.918850,0.279552,-0.278504,0.918850,0.279552,-0.278504,0.918850,0.279552,-0.337628,0.929184,-0.150413,-0.337628,0.929184,-0.150413,-0.337628,0.929184,-0.150413,-0.869665,0.463787,-0.169070,-0.869665,0.463787,-0.169070,-0.869665,0.463787,-0.169070};
const GLfloat rboost_colors[] = {1.000,0.686,0.000,1.000,0.510,0.000,1.000,0.510,0.000,1.000,0.682,0.000,1.000,0.510,0.000,1.000,0.510,0.000,1.000,0.686,0.000,1.000,0.871,0.227,1.000,0.682,0.000,1.000,0.682,0.000,1.000,0.871,0.227,1.000,1.000,1.000,1.000,0.510,0.000,1.000,0.349,0.004,1.000,0.510,0.000,1.000,0.510,0.000,1.000,0.349,0.004,1.000,1.000,1.000,1.000,0.682,0.000,1.000,0.682,0.000,1.000,1.000,1.000,1.000,0.682,0.000,1.000,0.682,0.000,1.000,0.871,0.227,1.000,0.510,0.000,1.000,1.000,1.000,1.000,0.349,0.004,1.000,0.510,0.000,1.000,0.510,0.000,1.000,0.349,0.004};
const GLushort rboost_indices[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,0,18,1,3,19,4,6,20,7,21,22,23,24,25,26,27,28,29};
const GLsizeiptr rboost_numind = 36;
const GLsizeiptr rboost_numvert = 30;
#endif