aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/glu-proto-auto.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2002-04-13 04:31:11 +0000
committerSven Gothel <[email protected]>2002-04-13 04:31:11 +0000
commit4c7204560056fe3bb0289c64020cbb9df17a757b (patch)
tree8174ef61a11e798c30e9c009fd285015a29b2e15 /C2J/glu-proto-auto.java
parent3792fcfde48b79cef2242990569a8aba15d7a690 (diff)
Merged the Tesselation patch by
Pepijn Van Eeckhoudt <[email protected]>. I have added minor cleanups .. to it.
Diffstat (limited to 'C2J/glu-proto-auto.java')
-rw-r--r--C2J/glu-proto-auto.java132
1 files changed, 0 insertions, 132 deletions
diff --git a/C2J/glu-proto-auto.java b/C2J/glu-proto-auto.java
index a108934..93f6e9b 100644
--- a/C2J/glu-proto-auto.java
+++ b/C2J/glu-proto-auto.java
@@ -954,138 +954,6 @@
/**
* Original Function-Prototype :
* <pre>
- extern void gluTessBeginContour ( GLUtesselator * tess ) ;
- * </pre>
- */
- public final native void gluTessBeginContour (
- long tess
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ;
- * </pre>
- */
- public final native void gluTessBeginPolygon (
- long tess,
- byte[] data
- ) ;
- public final native void gluTessBeginPolygon (
- long tess,
- short[] data
- ) ;
- public final native void gluTessBeginPolygon (
- long tess,
- int[] data
- ) ;
- public final native void gluTessBeginPolygon (
- long tess,
- float[] data
- ) ;
- public final native void gluTessBeginPolygon (
- long tess,
- double[] data
- ) ;
- public final native void gluTessBeginPolygon (
- long tess,
- boolean[] data
- ) ;
- public final native void gluTessBeginPolygon (
- long tess,
- long[] data
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessEndContour ( GLUtesselator * tess ) ;
- * </pre>
- */
- public final native void gluTessEndContour (
- long tess
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessEndPolygon ( GLUtesselator * tess ) ;
- * </pre>
- */
- public final native void gluTessEndPolygon (
- long tess
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ;
- * </pre>
- */
- public final native void gluTessNormal (
- long tess,
- double valueX,
- double valueY,
- double valueZ
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ;
- * </pre>
- */
- public final native void gluTessProperty (
- long tess,
- int which,
- double data
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ;
- * </pre>
- */
- public final native void gluTessVertex (
- long tess,
- double[] location,
- byte[] data
- ) ;
- public final native void gluTessVertex (
- long tess,
- double[] location,
- short[] data
- ) ;
- public final native void gluTessVertex (
- long tess,
- double[] location,
- int[] data
- ) ;
- public final native void gluTessVertex (
- long tess,
- double[] location,
- float[] data
- ) ;
- public final native void gluTessVertex (
- long tess,
- double[] location,
- double[] data
- ) ;
- public final native void gluTessVertex (
- long tess,
- double[] location,
- boolean[] data
- ) ;
- public final native void gluTessVertex (
- long tess,
- double[] location,
- long[] data
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ;
* </pre>
*/