http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / toaster_handle.c
1 #include "gllist.h"
2 static const float data[]={
3         0,0,1,0.5,-0.094169,0.035224,
4         0,0,1,-0.356403,0.038624,0.035224,
5         0,0,1,-0.5,-0.094169,0.035224,
6         0,0,1,-0.356403,0.038624,0.035224,
7         0,0,1,0.5,-0.094169,0.035224,
8         0,0,1,-0.210084,0.094169,0.035224,
9         0,0,1,-0.210084,0.094169,0.035224,
10         0,0,1,0.5,-0.094169,0.035224,
11         0,0,1,0.210084,0.094169,0.035224,
12         0,0,1,0.210084,0.094169,0.035224,
13         0,0,1,0.5,-0.094169,0.035224,
14         0,0,1,0.356403,0.038624,0.035224,
15         -0.678947,0.734187,0,-0.5,-0.094169,0.035224,
16         -0.354908,0.934901,0,-0.356403,0.038624,-0.035224,
17         -0.678947,0.734187,0,-0.5,-0.094169,-0.035224,
18         -0.354908,0.934901,0,-0.356403,0.038624,-0.035224,
19         -0.678947,0.734187,0,-0.5,-0.094169,0.035224,
20         -0.180414,0.983591,0,-0.356403,0.038624,0.035224,
21         0,0,-1,-0.356403,0.038624,-0.035224,
22         0,0,0,0.5,-0.094169,-0.035224,
23         0,0,-1,-0.5,-0.094169,-0.035224,
24         0,0,0,0.5,-0.094169,-0.035224,
25         0,0,-1,-0.356403,0.038624,-0.035224,
26         0,0,0,-0.210084,0.094169,-0.035224,
27         0,0,0,0.5,-0.094169,-0.035224,
28         0,0,0,-0.210084,0.094169,-0.035224,
29         0,0,0,0.210084,0.094169,-0.035224,
30         0,0,0,0.5,-0.094169,-0.035224,
31         0,0,0,0.210084,0.094169,-0.035224,
32         0,0,0,0.356403,0.038624,-0.035224,
33         0.526579,0.850126,0,0.356403,0.038624,0.035224,
34         0.678947,0.734187,0,0.5,-0.094169,-0.035224,
35         0.526579,0.850126,0,0.356403,0.038624,-0.035224,
36         0.678947,0.734187,0,0.5,-0.094169,-0.035224,
37         0.526579,0.850126,0,0.356403,0.038624,0.035224,
38         0.678947,0.734187,0,0.5,-0.094169,0.035224,
39         -0.180414,0.983591,0,-0.210084,0.094169,0.035224,
40         0.180414,0.983591,0,0.210084,0.094169,-0.035224,
41         -0.180414,0.983591,0,-0.210084,0.094169,-0.035224,
42         0.180414,0.983591,0,0.210084,0.094169,-0.035224,
43         -0.180414,0.983591,0,-0.210084,0.094169,0.035224,
44         0.526579,0.850126,0,0.210084,0.094169,0.035224,
45         0.526579,0.850126,0,0.210084,0.094169,0.035224,
46         0.526579,0.850126,0,0.356403,0.038624,-0.035224,
47         0.180414,0.983591,0,0.210084,0.094169,-0.035224,
48         0.526579,0.850126,0,0.356403,0.038624,-0.035224,
49         0.526579,0.850126,0,0.210084,0.094169,0.035224,
50         0.526579,0.850126,0,0.356403,0.038624,0.035224,
51         -0.180414,0.983591,0,-0.356403,0.038624,0.035224,
52         -0.180414,0.983591,0,-0.210084,0.094169,-0.035224,
53         -0.354908,0.934901,0,-0.356403,0.038624,-0.035224,
54         -0.180414,0.983591,0,-0.210084,0.094169,-0.035224,
55         -0.180414,0.983591,0,-0.356403,0.038624,0.035224,
56         -0.180414,0.983591,0,-0.210084,0.094169,0.035224
57 };
58 static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,54,data,NULL};
59 const struct gllist *toaster_handle=&frame;