-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrx.h
10 lines (7 loc) · 2.98 KB
/
rx.h
1
2
3
4
5
6
7
8
9
10
#ifndef rx_H
#define rx_H
const GLfloat rx_vertices[] = {3.86308,2.58964,0.21425,3.90734,2.68805,0.421922,3.86857,2.79312,0.421922,3.86308,2.58964,0.21425,3.90396,2.54503,0.277209,3.90734,2.68805,0.421922,4.03714,2.33623,0.421922,3.99768,2.44318,0.421922,3.90396,2.54503,0.277209,3.90219,2.48363,0.21425,4.03714,2.33623,0.421922,3.86308,2.58964,0.21425,3.7245,2.73997,0,3.90219,2.48363,0.21425,3.86308,2.58964,0.21425,3.86096,2.52917,0.151291,3.86096,2.52917,0.151291,3.89756,2.27087,0,3.7245,2.73997,0,3.76326,2.63489,0,3.86096,2.52917,0.151291,3.8581,2.37783,0,3.89756,2.27087,0,3.86096,2.52917,0.151291,2.83094,4.08781,0.477715,2.80836,4.32734,0.940763,2.61746,4.48834,0.940763,2.83094,4.08781,0.477715,2.95933,4.04637,0.618096,2.80836,4.32734,0.940763,2.95933,4.04637,0.618096,3.44751,3.78825,0.940763,3.25321,3.95213,0.940763,2.95933,4.04637,0.618096,3.02354,3.92537,0.477715,3.44751,3.78825,0.940763,2.83094,4.08781,0.477715,2.3967,4.2266,-0,2.3967,4.2266,-0,2.89344,3.96825,0.337334,3.02354,3.92537,0.477715,2.89344,3.96825,0.337334,3.24891,3.50782,-0,3.02354,3.92537,0.477715,2.58759,4.0656,-0,2.89344,3.96825,0.337334,3.0546,3.6717,-0,3.24891,3.50782,-0,2.89344,3.96825,0.337334,-3.00428,3.92705,0.477715,-3.24409,3.94641,0.940763,-3.4358,3.78638,0.940763,-3.00428,3.92705,0.477715,-2.94117,4.0463,0.618096,-3.24409,3.94641,0.940763,-2.94117,4.0463,0.618096,-2.6022,4.48224,0.940763,-2.79734,4.31935,0.940763,-2.94117,4.0463,0.618096,-2.81086,4.08852,0.477715,-2.6022,4.48224,0.940763,-3.00428,3.92705,0.477715,-2.81086,4.08852,0.477715,-2.94117,4.0463,0.618096,-3.21637,3.52352,-0,-2.81086,4.08852,0.477715,-3.00428,3.92705,0.477715,-3.21637,3.52352,-0,-2.87569,3.96785,0.337334,-2.81086,4.08852,0.477715,-2.87569,3.96785,0.337334,-2.36052,4.23796,0,-2.81086,4.08852,0.477715,-3.21637,3.52352,-0,-3.02466,3.68355,-0,-2.87569,3.96785,0.337334,-2.55566,4.07507,0,-2.36052,4.23796,0,-2.87569,3.96785,0.337334,-3.9208,2.49622,0.21425,-4.01795,2.44929,0.421922,-4.0558,2.34387,0.421922,-3.9208,2.49622,0.21425,-3.92344,2.55667,0.277209,-4.01795,2.44929,0.421922,-3.92344,2.55667,0.277209,-3.89124,2.80223,0.421922,-3.92976,2.69494,0.421922,-3.92344,2.55667,0.277209,-3.88261,2.60257,0.21425,-3.89124,2.80223,0.421922,-3.9208,2.49622,0.21425,-3.88261,2.60257,0.21425,-3.92344,2.55667,0.277209,-3.91126,2.29198,-0,-3.88261,2.60257,0.21425,-3.9208,2.49622,0.21425,-3.88031,2.54118,0.15129,-3.88031,2.54118,0.15129,-3.74232,2.76257,-0,-3.88261,2.60257,0.21425,-3.91126,2.29198,-0,-3.87342,2.3974,-0,-3.88031,2.54118,0.15129,-3.78084,2.65528,-0,-3.74232,2.76257,-0,-3.88031,2.54118,0.15129};
const GLubyte rx_indices[] = {0,1,2,3,4,5,4,6,7,8,9,10,11,9,8,12,13,14,12,15,13,16,17,9,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,34,33,37,34,36,38,39,40,41,42,43,37,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,94,97,95,98,99,100,101,102,103,104,105,106};
const GLsizeiptr rx_numind = 120;
const GLsizeiptr rx_numvert = 107;
#endif