-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlgem.h
12 lines (9 loc) · 2.49 KB
/
lgem.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef lgem_H
#define lgem_H
const GLfloat lgem_vertices[] = {-1.539372,0.529895,0.000000,-1.154354,0.589837,0.000000,-1.290080,0.703725,0.243859,-1.539372,0.529895,0.000000,-1.290080,0.703725,0.243859,-1.509684,0.887994,0.150712,-1.290080,0.703725,0.243859,-1.154354,0.589837,0.000000,-0.886712,0.984987,0.150712,-1.509684,0.887994,0.150712,-1.290080,0.703725,0.243859,-1.106316,1.169256,0.243859,-1.154354,0.589837,0.000000,-0.886712,0.984987,-0.150712,-0.886712,0.984987,0.150712,-1.290080,0.703725,0.243859,-0.886712,0.984987,0.150712,-1.106316,1.169256,0.243859,-1.509684,0.887994,0.150712,-1.106316,1.169256,0.243859,-1.242042,1.283144,0.000000,-0.886712,0.984987,0.150712,-0.886712,0.984987,-0.150712,-0.857024,1.343087,0.000000,-1.106316,1.169256,0.243859,-0.886712,0.984987,0.150712,-0.857024,1.343087,0.000000,-1.242042,1.283144,0.000000,-1.106316,1.169256,0.243859,-0.857024,1.343087,0.000000};
const GLfloat lgem_normals[] = {0.134958,-0.866851,0.479954,0.134958,-0.866851,0.479954,0.134958,-0.866851,0.479954,-0.564372,-0.280042,0.776570,-0.564372,-0.280042,0.776570,-0.564372,-0.280042,0.776570,0.550514,-0.595877,0.584692,0.550514,-0.595877,0.584692,0.550514,-0.595877,0.584692,-0.301429,0.118986,0.946036,-0.301429,0.118986,0.946036,-0.301429,0.118986,0.946036,0.827958,-0.560791,0.000000,0.827958,-0.560791,0.000000,0.827958,-0.560791,0.000000,0.301429,-0.118986,0.946036,0.301429,-0.118986,0.946036,0.301429,-0.118986,0.946036,-0.550514,0.595877,0.584692,-0.550514,0.595877,0.584692,-0.550514,0.595877,0.584692,0.996581,-0.082622,0.000000,0.996581,-0.082622,0.000000,0.996581,-0.082622,0.000000,0.564372,0.280042,0.776570,0.564372,0.280042,0.776570,0.564372,0.280042,0.776570,-0.134958,0.866851,0.479954,-0.134958,0.866851,0.479954,-0.134958,0.866851,0.479954};
const GLfloat lgem_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.706,0.027,1.000,0.000,1.000,1.000,0.706,0.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 lgem_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,27,28,29};
const GLsizeiptr lgem_numind = 30;
const GLsizeiptr lgem_numvert = 30;
#endif