From d3a98cf6cbc3bd0b9efc570f58e8812c03931c18 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 16 Oct 2018 10:08:48 +0200 Subject: Original 5.40 --- hacks/glx/toaster_handle2.c | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 hacks/glx/toaster_handle2.c (limited to 'hacks/glx/toaster_handle2.c') diff --git a/hacks/glx/toaster_handle2.c b/hacks/glx/toaster_handle2.c new file mode 100644 index 0000000..d73003e --- /dev/null +++ b/hacks/glx/toaster_handle2.c @@ -0,0 +1,40 @@ +/* Generated from "toaster_handle2.dxf" on Aug-22-2014. + Smoothed vertex normals. Normalized to unit bounding box. + */ + +#include "gllist.h" + +static const float toaster_handle2_data[] = { + 0,-0.027094,0.999633,0.038934,-0.294903,-0.5, + 0,-0.027094,0.999633,-0.038934,0.321555,-0.483291, + 0,-0.027094,0.999633,-0.038934,-0.294903,-0.5, + 0,-0.027094,0.999633,-0.038934,0.321555,-0.483291, + 0,-0.027094,0.999633,0.038934,-0.294903,-0.5, + 0,-0.027094,0.999633,0.038934,0.321555,-0.483291, + -1,0,0,0.038934,0.294903,0.5, + -1,0,0,0.038934,-0.294903,-0.5, + -1,0,0,0.038934,-0.321555,0.483291, + -1,0,0,0.038934,-0.294903,-0.5, + -1,0,0,0.038934,0.294903,0.5, + -1,0,0,0.038934,0.321555,-0.483291, + 0,0.027094,-0.999633,0.038934,0.294903,0.5, + 0,0.027094,-0.999633,-0.038934,-0.321555,0.483291, + 0,0.027094,-0.999633,-0.038934,0.294903,0.5, + 0,0.027094,-0.999633,-0.038934,-0.321555,0.483291, + 0,0.027094,-0.999633,0.038934,0.294903,0.5, + 0,0.027094,-0.999633,0.038934,-0.321555,0.483291, + 1,0,0,-0.038934,-0.294903,-0.5, + 1,0,0,-0.038934,0.294903,0.5, + 1,0,0,-0.038934,-0.321555,0.483291, + 1,0,0,-0.038934,0.294903,0.5, + 1,0,0,-0.038934,-0.294903,-0.5, + 1,0,0,-0.038934,0.321555,-0.483291, + 0,-0.999633,-0.027095,0.038934,0.294903,0.5, + 0,-0.999633,-0.027095,-0.038934,0.321555,-0.483291, + 0,-0.999633,-0.027095,0.038934,0.321555,-0.483291, + 0,-0.999633,-0.027095,-0.038934,0.321555,-0.483291, + 0,-0.999633,-0.027095,0.038934,0.294903,0.5, + 0,-0.999633,-0.027095,-0.038934,0.294903,0.5 +}; +static const struct gllist toaster_handle2_frame = { GL_N3F_V3F, GL_TRIANGLES, 30, toaster_handle2_data, 0 }; +const struct gllist *toaster_handle2 = &toaster_handle2_frame; -- cgit v1.2.3-55-g7522