aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/glu-protoVirt-auto-14.java
diff options
context:
space:
mode:
Diffstat (limited to 'C2J/glu-protoVirt-auto-14.java')
-rw-r--r--C2J/glu-protoVirt-auto-14.java141
1 files changed, 0 insertions, 141 deletions
diff --git a/C2J/glu-protoVirt-auto-14.java b/C2J/glu-protoVirt-auto-14.java
index 843abbf..ffbc5d8 100644
--- a/C2J/glu-protoVirt-auto-14.java
+++ b/C2J/glu-protoVirt-auto-14.java
@@ -1028,147 +1028,6 @@
/**
* Original Function-Prototype :
* <pre>
- extern void gluTessBeginContour ( GLUtesselator * tess ) ;
- * </pre>
- */
- public void gluTessBeginContour (
- long tess
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ;
- * </pre>
- */
- public void gluTessBeginPolygon (
- long tess,
- byte[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- short[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- int[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- float[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- double[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- boolean[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- long[] data
- ) ;
- public void gluTessBeginPolygon (
- long tess,
- Buffer data
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessEndContour ( GLUtesselator * tess ) ;
- * </pre>
- */
- public void gluTessEndContour (
- long tess
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessEndPolygon ( GLUtesselator * tess ) ;
- * </pre>
- */
- public void gluTessEndPolygon (
- long tess
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ;
- * </pre>
- */
- public 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 void gluTessProperty (
- long tess,
- int which,
- double data
- ) ;
-
-/**
- * Original Function-Prototype :
- * <pre>
- extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ;
- * </pre>
- */
- public void gluTessVertex (
- long tess,
- double[] location,
- byte[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- short[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- int[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- float[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- double[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- boolean[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- long[] data
- ) ;
- public void gluTessVertex (
- long tess,
- double[] location,
- Buffer 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>
*/