From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / glx / toaster_wing.c
1 /* Generated from "toaster_wing.dxf" on Aug-22-2014.
2    Smoothed vertex normals. Normalized to unit bounding box.
3  */
4
5 #include "gllist.h"
6
7 static const float toaster_wing_data[] = {
8         -0.0018,-0.000471,-0.999998,0.5,-0.248054,-0.034832,
9         -0.002699,-0.000707,-0.999996,-0.5,0.248054,-0.032483,
10         -0.001465,-0.000586,-0.999999,0.399306,0.003521,-0.034832,
11         0.301513,0.649532,0.697996,0.399306,0.003521,-0.034832,
12         0.159005,0.609129,0.776968,-0.5,0.248054,-0.032483,
13         0.244597,0.610231,0.753518,0.3827,-0.039065,0.01197,
14         0.172439,-0.122105,0.977423,0.5,-0.248054,-0.034832,
15         0.064485,-0.135273,0.988708,0.3827,-0.039065,0.01197,
16         -0.040003,-0.177228,0.983357,-0.466673,-0.094003,-0.032483,
17         -0.0018,-0.000471,-0.999998,0.5,-0.248054,-0.034832,
18         -0.002468,-0.00024,-0.999997,-0.466673,-0.094003,-0.032483,
19         -0.002699,-0.000707,-0.999996,-0.5,0.248054,-0.032483,
20         0.064485,-0.135273,0.988708,0.3827,-0.039065,0.01197,
21         -0.051938,-0.00506,0.998637,-0.5,0.248054,-0.032483,
22         -0.040003,-0.177228,0.983357,-0.466673,-0.094003,-0.032483,
23         0.064485,-0.135273,0.988708,0.3827,-0.039065,0.01197,
24         -0.031687,-0.285224,0.957937,-0.482606,0.13385,0.034832,
25         -0.040003,-0.177228,0.983357,-0.466673,-0.094003,-0.032483,
26         0.370589,0,0.928797,0.5,-0.065307,-0.034832,
27         0.064485,-0.135273,0.988708,0.3827,-0.039065,0.01197,
28         0.172439,-0.122105,0.977423,0.5,-0.248054,-0.034832,
29         0.244597,0.610231,0.753518,0.3827,-0.039065,0.01197,
30         0.159005,0.609129,0.776968,-0.5,0.248054,-0.032483,
31         0.125848,0.517903,0.846131,-0.482606,0.13385,0.034832,
32         -0.772167,-0.309062,-0.555193,0.399306,0.003521,-0.034832,
33         -0.772167,-0.309062,-0.555193,0.5,-0.248054,-0.034832,
34         -0.772167,-0.309062,-0.555193,0.3827,-0.039065,0.01197,
35         0.408832,0.598113,0.689287,0.5,-0.065307,-0.034832,
36         0.301513,0.649532,0.697996,0.399306,0.003521,-0.034832,
37         0.244597,0.610231,0.753518,0.3827,-0.039065,0.01197,
38         -0.0018,-0.000471,-0.999998,0.5,-0.248054,-0.034832,
39         -0.001465,-0.000586,-0.999999,0.399306,0.003521,-0.034832,
40         0,0,-1,0.5,-0.065307,-0.034832
41 };
42 static const struct gllist toaster_wing_frame = { GL_N3F_V3F, GL_TRIANGLES, 33, toaster_wing_data, 0 };
43 const struct gllist *toaster_wing = &toaster_wing_frame;