-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmgem.h
12 lines (9 loc) · 2.25 KB
/
mgem.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef mgem_H
#define mgem_H
const GLfloat mgem_vertices[] = {0.000000,0.081028,0.000000,0.256411,0.374431,0.000000,0.079233,0.374431,0.243859,0.000000,0.081028,0.000000,0.079233,0.374431,0.243859,-0.207439,0.374431,0.150712,0.079233,0.374431,0.243859,0.256411,0.374431,0.000000,0.207439,0.849171,0.150712,-0.207439,0.374431,0.150712,0.079233,0.374431,0.243859,-0.079233,0.849171,0.243859,0.079233,0.374431,0.243859,0.207439,0.849171,0.150712,-0.079233,0.849171,0.243859,-0.207439,0.374431,0.150712,-0.079233,0.849171,0.243859,-0.256411,0.849171,0.000000,0.207439,0.849171,0.150712,0.207439,0.849171,-0.150712,0.000000,1.142574,0.000000,-0.079233,0.849171,0.243859,0.207439,0.849171,0.150712,0.000000,1.142574,0.000000,-0.256411,0.849171,0.000000,-0.079233,0.849171,0.243859,0.000000,1.142574,0.000000};
const GLfloat mgem_normals[] = {0.660585,-0.577297,0.479954,0.660585,-0.577297,0.479954,0.660585,-0.577297,0.479954,-0.252327,-0.577296,0.776570,-0.252327,-0.577296,0.776570,-0.252327,-0.577296,0.776570,0.804741,-0.102605,0.584692,0.804741,-0.102605,0.584692,0.804741,-0.102605,0.584692,-0.307391,-0.102606,0.946036,-0.307391,-0.102606,0.946036,-0.307391,-0.102606,0.946036,0.307391,0.102606,0.946036,0.307391,0.102606,0.946036,0.307391,0.102606,0.946036,-0.804741,0.102605,0.584692,-0.804741,0.102605,0.584692,-0.804741,0.102605,0.584692,0.816534,0.577298,-0.000000,0.816534,0.577298,-0.000000,0.816534,0.577298,-0.000000,0.252327,0.577296,0.776570,0.252327,0.577296,0.776570,0.252327,0.577296,0.776570,-0.660585,0.577297,0.479954,-0.660585,0.577297,0.479954,-0.660585,0.577297,0.479954};
const GLfloat mgem_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 mgem_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 mgem_numind = 27;
const GLsizeiptr mgem_numvert = 27;
#endif