began for maemo
[xscreensaver] / xscreensaver / hacks / glx / toaster_handle2.c
1 #include "gllist.h"
2 static const float data[]={
3         0,-0.027094,0.999633,0.038934,-0.294903,-0.5,
4         0,-0.027094,0.999633,-0.038934,0.321555,-0.483291,
5         0,-0.027094,0.999633,-0.038934,-0.294903,-0.5,
6         0,-0.027094,0.999633,-0.038934,0.321555,-0.483291,
7         0,-0.027094,0.999633,0.038934,-0.294903,-0.5,
8         0,-0.027094,0.999633,0.038934,0.321555,-0.483291,
9         -1,0,0,0.038934,0.294903,0.5,
10         -1,0,0,0.038934,-0.294903,-0.5,
11         -1,0,0,0.038934,-0.321555,0.483291,
12         -1,0,0,0.038934,-0.294903,-0.5,
13         -1,0,0,0.038934,0.294903,0.5,
14         -1,0,0,0.038934,0.321555,-0.483291,
15         0,0.027094,-0.999633,0.038934,0.294903,0.5,
16         0,0.027094,-0.999633,-0.038934,-0.321555,0.483291,
17         0,0.027094,-0.999633,-0.038934,0.294903,0.5,
18         0,0.027094,-0.999633,-0.038934,-0.321555,0.483291,
19         0,0.027094,-0.999633,0.038934,0.294903,0.5,
20         0,0.027094,-0.999633,0.038934,-0.321555,0.483291,
21         1,0,-0,-0.038934,-0.294903,-0.5,
22         1,0,-0,-0.038934,0.294903,0.5,
23         1,0,-0,-0.038934,-0.321555,0.483291,
24         1,0,0,-0.038934,0.294903,0.5,
25         1,0,0,-0.038934,-0.294903,-0.5,
26         1,0,0,-0.038934,0.321555,-0.483291,
27         0,-0.999633,-0.027095,0.038934,0.294903,0.5,
28         0,-0.999633,-0.027095,-0.038934,0.321555,-0.483291,
29         0,-0.999633,-0.027095,0.038934,0.321555,-0.483291,
30         0,-0.999633,-0.027095,-0.038934,0.321555,-0.483291,
31         0,-0.999633,-0.027095,0.038934,0.294903,0.5,
32         0,-0.999633,-0.027095,-0.038934,0.294903,0.5
33 };
34 static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,30,data,NULL};
35 const struct gllist *toaster_handle2=&frame;