http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / toaster_wing.c
1 #include "gllist.h"
2 static const float data[]={
3         -0.002931,-0.001173,-0.999995,0.5,-0.248054,-0.034832,
4         -0.002931,-0.001173,-0.999995,-0.5,0.248054,-0.032483,
5         -0.002931,-0.001173,-0.999995,0.399306,0.003521,-0.034832,
6         0.189903,0.691703,0.696767,0.399306,0.003521,-0.034832,
7         0.189903,0.691703,0.696767,-0.5,0.248054,-0.032483,
8         0.189903,0.691703,0.696767,0.3827,-0.039065,0.01197,
9         -0.035459,-0.237307,0.970787,0.5,-0.248054,-0.034832,
10         -0.035459,-0.237307,0.970787,0.3827,-0.039065,0.01197,
11         -0.035459,-0.237307,0.970787,-0.466673,-0.094003,-0.032483,
12         -0.002468,-0.00024,-0.999997,0.5,-0.248054,-0.034832,
13         -0.002468,-0.00024,-0.999997,-0.466673,-0.094003,-0.032483,
14         -0.002468,-0.00024,-0.999997,-0.5,0.248054,-0.032483,
15         -0.051938,-0.00506,0.998637,0.3827,-0.039065,0.01197,
16         -0.051938,-0.00506,0.998637,-0.5,0.248054,-0.032483,
17         -0.051938,-0.00506,0.998637,-0.466673,-0.094003,-0.032483,
18         -0.031687,-0.285224,0.957937,0.3827,-0.039065,0.01197,
19         -0.031687,-0.285224,0.957937,-0.482606,0.13385,0.034832,
20         -0.031687,-0.285224,0.957937,-0.466673,-0.094003,-0.032483,
21         0.370589,0,0.928797,0.5,-0.065307,-0.034832,
22         0.370589,0,0.928797,0.3827,-0.039065,0.01197,
23         0.370589,0,0.928797,0.5,-0.248054,-0.034832,
24         0.125848,0.517903,0.846131,0.3827,-0.039065,0.01197,
25         0.125848,0.517903,0.846131,-0.5,0.248054,-0.032483,
26         0.125848,0.517903,0.846131,-0.482606,0.13385,0.034832,
27         -0.772167,-0.309062,-0.555193,0.399306,0.003521,-0.034832,
28         -0.772167,-0.309062,-0.555193,0.5,-0.248054,-0.034832,
29         -0.772167,-0.309062,-0.555193,0.3827,-0.039065,0.01197,
30         0.408832,0.598113,0.689287,0.5,-0.065307,-0.034832,
31         0.408832,0.598113,0.689287,0.399306,0.003521,-0.034832,
32         0.408832,0.598113,0.689287,0.3827,-0.039065,0.01197,
33         0,0,-1,0.5,-0.248054,-0.034832,
34         0,0,-1,0.399306,0.003521,-0.034832,
35         0,0,-1,0.5,-0.065307,-0.034832
36 };
37 static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,33,data,NULL};
38 const struct gllist *toaster_wing=&frame;