diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/glx/tube.h | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-badef32037f52f79abc1f1440b786cd71afdf270.tar.gz xscreensaver-badef32037f52f79abc1f1440b786cd71afdf270.tar.xz xscreensaver-badef32037f52f79abc1f1440b786cd71afdf270.zip | |
Diffstat (limited to 'hacks/glx/tube.h')
| -rw-r--r-- | hacks/glx/tube.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/hacks/glx/tube.h b/hacks/glx/tube.h deleted file mode 100644 index e3fff59..0000000 --- a/hacks/glx/tube.h +++ /dev/null @@ -1,32 +0,0 @@ -/* tube, Copyright (c) 2001, 2003, 2007 Jamie Zawinski <jwz@jwz.org> - * Utility functions to create tubes and cones in GL. - * - * Permission to use, copy, modify, distribute, and sell this software and its - * documentation for any purpose is hereby granted without fee, provided that - * the above copyright notice appear in all copies and that both that - * copyright notice and this permission notice appear in supporting - * documentation. No representations are made about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. - */ - -#ifndef __TUBE_H__ -#define __TUBE_H__ - -/* Renders a tube along the line described by the two points. - Returns the number of polygons used. - */ -extern int tube (GLfloat x1, GLfloat y1, GLfloat z1, - GLfloat x2, GLfloat y2, GLfloat z2, - GLfloat diameter, GLfloat cap_size, - int faces, int smooth, int caps_p, int wire_p); - -/* Renders a cone along the line described by the two points. - Returns the number of polygons used. - */ -extern int cone (GLfloat x1, GLfloat y1, GLfloat z1, - GLfloat x2, GLfloat y2, GLfloat z2, - GLfloat diameter, GLfloat cap_size, - int faces, int smooth, int cap_p, int wire_p); - -#endif /* __TUBE_H__ */ |
