summaryrefslogtreecommitdiffstats
path: root/hacks/glx/tronbit_yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/tronbit_yes.c')
-rw-r--r--hacks/glx/tronbit_yes.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/hacks/glx/tronbit_yes.c b/hacks/glx/tronbit_yes.c
deleted file mode 100644
index 376e96c..0000000
--- a/hacks/glx/tronbit_yes.c
+++ /dev/null
@@ -1,31 +0,0 @@
-/* yes = tetrahedron */
-
-#include "gllist.h"
-static const float data[]={
- 0.57735,0.57735,0.57735,0,0,0.5,
- 0.57735,0.57735,0.57735,0.5,0,0,
- 0.57735,0.57735,0.57735,0,0.5,0,
- -0.57735,0.57735,0.57735,0,0,0.5,
- -0.57735,0.57735,0.57735,0,0.5,0,
- -0.57735,0.57735,0.57735,-0.5,0,0,
- -0.57735,-0.57735,0.57735,0,0,0.5,
- -0.57735,-0.57735,0.57735,-0.5,0,0,
- -0.57735,-0.57735,0.57735,0,-0.5,0,
- 0.57735,-0.57735,0.57735,0,0,0.5,
- 0.57735,-0.57735,0.57735,0,-0.5,0,
- 0.57735,-0.57735,0.57735,0.5,0,0,
- 0.57735,-0.57735,-0.57735,0.5,0,0,
- 0.57735,-0.57735,-0.57735,0,-0.5,0,
- 0.57735,-0.57735,-0.57735,0,0,-0.5,
- 0.57735,0.57735,-0.57735,0.5,0,0,
- 0.57735,0.57735,-0.57735,0,0,-0.5,
- 0.57735,0.57735,-0.57735,0,0.5,0,
- -0.57735,0.57735,-0.57735,0,0.5,0,
- -0.57735,0.57735,-0.57735,0,0,-0.5,
- -0.57735,0.57735,-0.57735,-0.5,0,0,
- -0.57735,-0.57735,-0.57735,-0.5,0,0,
- -0.57735,-0.57735,-0.57735,0,0,-0.5,
- -0.57735,-0.57735,-0.57735,0,-0.5,0
-};
-static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,24,data,NULL};
-const struct gllist *tronbit_yes=&frame;