glu.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /*
  2. ** License Applicability. Except to the extent portions of this file are
  3. ** made subject to an alternative license as permitted in the SGI Free
  4. ** Software License B, Version 1.1 (the "License"), the contents of this
  5. ** file are subject only to the provisions of the License. You may not use
  6. ** this file except in compliance with the License. You may obtain a copy
  7. ** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
  8. ** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
  9. **
  10. ** http://oss.sgi.com/projects/FreeB
  11. **
  12. ** Note that, as provided in the License, the Software is distributed on an
  13. ** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
  14. ** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
  15. ** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
  16. ** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
  17. **
  18. ** Original Code. The Original Code is: OpenGL Sample Implementation,
  19. ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
  20. ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
  21. ** Copyright in any portions created by third parties is as indicated
  22. ** elsewhere herein. All Rights Reserved.
  23. **
  24. ** Additional Notice Provisions: This software was created using the
  25. ** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has
  26. ** not been independently verified as being compliant with the OpenGL(R)
  27. ** version 1.2.1 Specification.
  28. */
  29. #ifndef __glu_h__
  30. #define __glu_h__
  31. #define _GLU_H
  32. #if __GNUC__ >= 3
  33. #pragma GCC system_header
  34. #endif
  35. #include <stddef.h> /* for wchar_t */
  36. #ifdef _WIN32
  37. /* on Windows, use our local version */
  38. #include "../GL/gl.h"
  39. #else
  40. #include <GL/gl.h>
  41. #endif
  42. #ifdef __cplusplus
  43. extern "C" {
  44. #endif
  45. /*************************************************************/
  46. /* Boolean */
  47. #define GLU_FALSE 0
  48. #define GLU_TRUE 1
  49. /* Version */
  50. #define GLU_VERSION_1_1 1
  51. #define GLU_VERSION_1_2 1
  52. /* StringName */
  53. #define GLU_VERSION 100800
  54. #define GLU_EXTENSIONS 100801
  55. /* ErrorCode */
  56. #define GLU_INVALID_ENUM 100900
  57. #define GLU_INVALID_VALUE 100901
  58. #define GLU_OUT_OF_MEMORY 100902
  59. #define GLU_INVALID_OPERATION 100904
  60. /* NurbsDisplay */
  61. /* GLU_FILL */
  62. #define GLU_OUTLINE_POLYGON 100240
  63. #define GLU_OUTLINE_PATCH 100241
  64. /* NurbsError */
  65. #define GLU_NURBS_ERROR1 100251
  66. #define GLU_NURBS_ERROR2 100252
  67. #define GLU_NURBS_ERROR3 100253
  68. #define GLU_NURBS_ERROR4 100254
  69. #define GLU_NURBS_ERROR5 100255
  70. #define GLU_NURBS_ERROR6 100256
  71. #define GLU_NURBS_ERROR7 100257
  72. #define GLU_NURBS_ERROR8 100258
  73. #define GLU_NURBS_ERROR9 100259
  74. #define GLU_NURBS_ERROR10 100260
  75. #define GLU_NURBS_ERROR11 100261
  76. #define GLU_NURBS_ERROR12 100262
  77. #define GLU_NURBS_ERROR13 100263
  78. #define GLU_NURBS_ERROR14 100264
  79. #define GLU_NURBS_ERROR15 100265
  80. #define GLU_NURBS_ERROR16 100266
  81. #define GLU_NURBS_ERROR17 100267
  82. #define GLU_NURBS_ERROR18 100268
  83. #define GLU_NURBS_ERROR19 100269
  84. #define GLU_NURBS_ERROR20 100270
  85. #define GLU_NURBS_ERROR21 100271
  86. #define GLU_NURBS_ERROR22 100272
  87. #define GLU_NURBS_ERROR23 100273
  88. #define GLU_NURBS_ERROR24 100274
  89. #define GLU_NURBS_ERROR25 100275
  90. #define GLU_NURBS_ERROR26 100276
  91. #define GLU_NURBS_ERROR27 100277
  92. #define GLU_NURBS_ERROR28 100278
  93. #define GLU_NURBS_ERROR29 100279
  94. #define GLU_NURBS_ERROR30 100280
  95. #define GLU_NURBS_ERROR31 100281
  96. #define GLU_NURBS_ERROR32 100282
  97. #define GLU_NURBS_ERROR33 100283
  98. #define GLU_NURBS_ERROR34 100284
  99. #define GLU_NURBS_ERROR35 100285
  100. #define GLU_NURBS_ERROR36 100286
  101. #define GLU_NURBS_ERROR37 100287
  102. /* NurbsProperty */
  103. #define GLU_AUTO_LOAD_MATRIX 100200
  104. #define GLU_CULLING 100201
  105. #define GLU_SAMPLING_TOLERANCE 100203
  106. #define GLU_DISPLAY_MODE 100204
  107. #define GLU_PARAMETRIC_TOLERANCE 100202
  108. #define GLU_SAMPLING_METHOD 100205
  109. #define GLU_U_STEP 100206
  110. #define GLU_V_STEP 100207
  111. /* NurbsSampling */
  112. #define GLU_PATH_LENGTH 100215
  113. #define GLU_PARAMETRIC_ERROR 100216
  114. #define GLU_DOMAIN_DISTANCE 100217
  115. /* NurbsTrim */
  116. #define GLU_MAP1_TRIM_2 100210
  117. #define GLU_MAP1_TRIM_3 100211
  118. /* QuadricDrawStyle */
  119. #define GLU_POINT 100010
  120. #define GLU_LINE 100011
  121. #define GLU_FILL 100012
  122. #define GLU_SILHOUETTE 100013
  123. /* QuadricCallback */
  124. #define GLU_ERROR 100103
  125. /* QuadricNormal */
  126. #define GLU_SMOOTH 100000
  127. #define GLU_FLAT 100001
  128. #define GLU_NONE 100002
  129. /* QuadricOrientation */
  130. #define GLU_OUTSIDE 100020
  131. #define GLU_INSIDE 100021
  132. /* TessCallback */
  133. #define GLU_TESS_BEGIN 100100
  134. #define GLU_BEGIN 100100
  135. #define GLU_TESS_VERTEX 100101
  136. #define GLU_VERTEX 100101
  137. #define GLU_TESS_END 100102
  138. #define GLU_END 100102
  139. #define GLU_TESS_ERROR 100103
  140. #define GLU_TESS_EDGE_FLAG 100104
  141. #define GLU_EDGE_FLAG 100104
  142. #define GLU_TESS_COMBINE 100105
  143. #define GLU_TESS_BEGIN_DATA 100106
  144. #define GLU_TESS_VERTEX_DATA 100107
  145. #define GLU_TESS_END_DATA 100108
  146. #define GLU_TESS_ERROR_DATA 100109
  147. #define GLU_TESS_EDGE_FLAG_DATA 100110
  148. #define GLU_TESS_COMBINE_DATA 100111
  149. /* TessContour */
  150. #define GLU_CW 100120
  151. #define GLU_CCW 100121
  152. #define GLU_INTERIOR 100122
  153. #define GLU_EXTERIOR 100123
  154. #define GLU_UNKNOWN 100124
  155. /* TessProperty */
  156. #define GLU_TESS_WINDING_RULE 100140
  157. #define GLU_TESS_BOUNDARY_ONLY 100141
  158. #define GLU_TESS_TOLERANCE 100142
  159. /* TessError */
  160. #define GLU_TESS_ERROR1 100151
  161. #define GLU_TESS_ERROR2 100152
  162. #define GLU_TESS_ERROR3 100153
  163. #define GLU_TESS_ERROR4 100154
  164. #define GLU_TESS_ERROR5 100155
  165. #define GLU_TESS_ERROR6 100156
  166. #define GLU_TESS_ERROR7 100157
  167. #define GLU_TESS_ERROR8 100158
  168. #define GLU_TESS_MISSING_BEGIN_POLYGON 100151
  169. #define GLU_TESS_MISSING_BEGIN_CONTOUR 100152
  170. #define GLU_TESS_MISSING_END_POLYGON 100153
  171. #define GLU_TESS_MISSING_END_CONTOUR 100154
  172. #define GLU_TESS_COORD_TOO_LARGE 100155
  173. #define GLU_TESS_NEED_COMBINE_CALLBACK 100156
  174. /* TessWinding */
  175. #define GLU_TESS_WINDING_ODD 100130
  176. #define GLU_TESS_WINDING_NONZERO 100131
  177. #define GLU_TESS_WINDING_POSITIVE 100132
  178. #define GLU_TESS_WINDING_NEGATIVE 100133
  179. #define GLU_TESS_WINDING_ABS_GEQ_TWO 100134
  180. /* Obsolete. For compatibility with previous Sun OpenGL versions */
  181. #define GLU_INCOMPATIBLE_GL_VERSION 100903
  182. /*************************************************************/
  183. #ifdef __cplusplus
  184. class GLUnurbs;
  185. class GLUquadric;
  186. class GLUtesselator;
  187. #else
  188. typedef struct GLUnurbs GLUnurbs;
  189. typedef struct GLUquadric GLUquadric;
  190. typedef struct GLUtesselator GLUtesselator;
  191. #endif
  192. typedef GLUnurbs GLUnurbsObj;
  193. typedef GLUquadric GLUquadricObj;
  194. typedef GLUtesselator GLUtesselatorObj;
  195. typedef GLUtesselator GLUtriangulatorObj;
  196. #define GLU_TESS_MAX_COORD 1.0e150
  197. /* Internal convenience typedefs */
  198. typedef void (APIENTRY *_GLUfuncptr)();
  199. GLAPI void APIENTRY gluBeginCurve (GLUnurbs* nurb);
  200. GLAPI void APIENTRY gluBeginPolygon (GLUtesselator* tess);
  201. GLAPI void APIENTRY gluBeginSurface (GLUnurbs* nurb);
  202. GLAPI void APIENTRY gluBeginTrim (GLUnurbs* nurb);
  203. GLAPI GLint APIENTRY gluBuild1DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void *data);
  204. GLAPI GLint APIENTRY gluBuild2DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data);
  205. GLAPI void APIENTRY gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks);
  206. GLAPI void APIENTRY gluDeleteNurbsRenderer (GLUnurbs* nurb);
  207. GLAPI void APIENTRY gluDeleteQuadric (GLUquadric* quad);
  208. GLAPI void APIENTRY gluDeleteTess (GLUtesselator* tess);
  209. GLAPI void APIENTRY gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops);
  210. GLAPI void APIENTRY gluEndCurve (GLUnurbs* nurb);
  211. GLAPI void APIENTRY gluEndPolygon (GLUtesselator* tess);
  212. GLAPI void APIENTRY gluEndSurface (GLUnurbs* nurb);
  213. GLAPI void APIENTRY gluEndTrim (GLUnurbs* nurb);
  214. GLAPI const GLubyte * APIENTRY gluErrorString (GLenum error);
  215. GLAPI const wchar_t * APIENTRY gluErrorUnicodeStringEXT (GLenum error);
  216. GLAPI void APIENTRY gluGetNurbsProperty (GLUnurbs* nurb, GLenum property, GLfloat* data);
  217. GLAPI const GLubyte * APIENTRY gluGetString (GLenum name);
  218. GLAPI void APIENTRY gluGetTessProperty (GLUtesselator* tess, GLenum which, GLdouble* data);
  219. GLAPI void APIENTRY gluLoadSamplingMatrices (GLUnurbs* nurb, const GLfloat *model, const GLfloat *perspective, const GLint *view);
  220. GLAPI void APIENTRY gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, GLdouble upY, GLdouble upZ);
  221. GLAPI GLUnurbs* APIENTRY gluNewNurbsRenderer (void);
  222. GLAPI GLUquadric* APIENTRY gluNewQuadric (void);
  223. GLAPI GLUtesselator* APIENTRY gluNewTess (void);
  224. GLAPI void APIENTRY gluNextContour (GLUtesselator* tess, GLenum type);
  225. GLAPI void APIENTRY gluNurbsCallback (GLUnurbs* nurb, GLenum which, _GLUfuncptr CallBackFunc);
  226. GLAPI void APIENTRY gluNurbsCurve (GLUnurbs* nurb, GLint knotCount, GLfloat *knots, GLint stride, GLfloat *control, GLint order, GLenum type);
  227. GLAPI void APIENTRY gluNurbsProperty (GLUnurbs* nurb, GLenum property, GLfloat value);
  228. GLAPI void APIENTRY gluNurbsSurface (GLUnurbs* nurb, GLint sKnotCount, GLfloat* sKnots, GLint tKnotCount, GLfloat* tKnots, GLint sStride, GLint tStride, GLfloat* control, GLint sOrder, GLint tOrder, GLenum type);
  229. GLAPI void APIENTRY gluOrtho2D (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top);
  230. GLAPI void APIENTRY gluPartialDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep);
  231. GLAPI void APIENTRY gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar);
  232. GLAPI void APIENTRY gluPickMatrix (GLdouble x, GLdouble y, GLdouble delX, GLdouble delY, GLint *viewport);
  233. GLAPI GLint APIENTRY gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdouble* winY, GLdouble* winZ);
  234. GLAPI void APIENTRY gluPwlCurve (GLUnurbs* nurb, GLint count, GLfloat* data, GLint stride, GLenum type);
  235. GLAPI void APIENTRY gluQuadricCallback (GLUquadric* quad, GLenum which, _GLUfuncptr CallBackFunc);
  236. GLAPI void APIENTRY gluQuadricDrawStyle (GLUquadric* quad, GLenum draw);
  237. GLAPI void APIENTRY gluQuadricNormals (GLUquadric* quad, GLenum normal);
  238. GLAPI void APIENTRY gluQuadricOrientation (GLUquadric* quad, GLenum orientation);
  239. GLAPI void APIENTRY gluQuadricTexture (GLUquadric* quad, GLboolean texture);
  240. GLAPI GLint APIENTRY gluScaleImage (GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, const void *dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid* dataOut);
  241. GLAPI void APIENTRY gluSphere (GLUquadric* quad, GLdouble radius, GLint slices, GLint stacks);
  242. GLAPI void APIENTRY gluTessBeginContour (GLUtesselator* tess);
  243. GLAPI void APIENTRY gluTessBeginPolygon (GLUtesselator* tess, GLvoid* data);
  244. GLAPI void APIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc);
  245. GLAPI void APIENTRY gluTessEndContour (GLUtesselator* tess);
  246. GLAPI void APIENTRY gluTessEndPolygon (GLUtesselator* tess);
  247. GLAPI void APIENTRY gluTessNormal (GLUtesselator* tess, GLdouble valueX, GLdouble valueY, GLdouble valueZ);
  248. GLAPI void APIENTRY gluTessProperty (GLUtesselator* tess, GLenum which, GLdouble data);
  249. GLAPI void APIENTRY gluTessVertex (GLUtesselator* tess, GLdouble *location, GLvoid* data);
  250. GLAPI GLint APIENTRY gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* objX, GLdouble* objY, GLdouble* objZ);
  251. GLAPI GLint APIENTRY gluUnProject4 (GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble nearVal, GLdouble farVal, GLdouble* objX, GLdouble* objY, GLdouble* objZ, GLdouble* objW);
  252. #ifdef UNICODE
  253. #define gluErrorStringWIN gluErrorUnicodeStringEXT
  254. #else
  255. #define gluErrorStringWIN gluErrorString
  256. #endif
  257. #ifdef __cplusplus
  258. }
  259. #endif
  260. #endif /* __glu_h__ */