Static Public Member Functions | |
static native int | gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, float[] data) |
static native int | gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, byte[] data) |
static native int | gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, short[] data) |
static native int | gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, int[] data) |
static native int | gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, float[] data) |
static native int | gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, byte[] data) |
static native int | gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, short[] data) |
static native int | gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, int[] data) |
static native int | gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, float[] data) |
static native int | gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, byte[] data) |
static native int | gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, short[] data) |
static native int | gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, int[] data) |
static native int | gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, float[] data) |
static native int | gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, byte[] data) |
static native int | gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, short[] data) |
static native int | gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, int[] data) |
static native int | gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, float[] data) |
static native int | gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, byte[] data) |
static native int | gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, short[] data) |
static native int | gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, int[] data) |
static native int | gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, float[] data) |
static native int | gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, byte[] data) |
static native int | gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, short[] data) |
static native int | gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, int[] data) |
static native String | gluErrorString (int error) |
static native String | gluGetString (int name) |
static native void | gluLookAt (double eyeX, double eyeY, double eyeZ, double centerX, double centerY, double centerZ, double upX, double upY, double upZ) |
static native void | gluOrtho2D (double left, double right, double bottom, double top) |
static native void | gluPerspective (double fovy, double aspect, double zNear, double zFar) |
static native void | gluPickMatrix (double x, double y, double delX, double delY, int[] viewport) |
static native int | gluProject (double objX, double objY, double objZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] winX, double[] winY, double[] winZ) |
static native int | gluProject (double objX, double objY, double objZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] winCorrd) |
static native int | gluUnProject (double winX, double winY, double winZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] objX, double[] objY, double[] objZ) |
static native int | gluUnProject (double winX, double winY, double winZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] objCoord) |
static native int | gluUnProject4 (double winX, double winY, double winZ, double clipW, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double near, double far, double[] objX, double[] objY, double[] objZ, double[] objW) |
static native int | gluUnProject4 (double winX, double winY, double winZ, double clipW, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double near, double far, double[] objCoord) |
static native int | gluScaleImage (int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) |
static native int | gluScaleImage (int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) |
static native int | gluScaleImage (int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) |
static native int | gluScaleImage (int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) |
static Quadric | gluNewQuadric () |
static void | gluQuadricDrawStyle (Quadric quad, int draw) |
static void | gluQuadricNormals (Quadric quad, int normal) |
static void | gluQuadricOrientation (Quadric quad, int orientation) |
static void | gluQuadricTexture (Quadric quad, boolean texture) |
static void | gluCylinder (Quadric quad, double base, double top, double height, int slices, int stacks) |
static void | gluDeleteQuadric (Quadric quad) |
static void | gluDisk (Quadric quad, double inner, double outer, int slices, int loops) |
static void | gluPartialDisk (Quadric quad, double inner, double outer, int slices, int loops, double start, double sweep) |
static void | gluSphere (Quadric quad, double radius, int slices, int stacks) |
static Tesselator | gluNewTess () |
static void | gluDeleteTess (Tesselator tess) |
static void | gluTessCallback (Tesselator tess, TesselatorListener callback) |
static void | gluBeginPolygon (Tesselator tess) |
static void | gluEndPolygon (Tesselator tess) |
static void | gluTessBeginPolygon (Tesselator tess) |
static void | gluTessBeginPolygon (Tesselator tess, Object polygonObject) |
static void | gluTessEndPolygon (Tesselator tess) |
static void | gluNextContour (Tesselator tess, int type) |
static void | gluTessBeginContour (Tesselator tess) |
static void | gluTessEndContour (Tesselator tess) |
static void | gluTessNormal (Tesselator tess, double valueX, double valueY, double valueZ) |
static void | gluTessVertex (Tesselator tess, double[] location, Object vertexObject) |
static void | gluTessProperty (Tesselator tess, int which, double data) |
static double | gluGetTessProperty (Tesselator tess, int which) |
static Nurbs | gluNewNurbsRenderer () |
static void | gluDeleteNurbsRenderer (Nurbs nurbs) |
static void | gluBeginCurve (Nurbs nurbs) |
static void | gluPwlCurve (Nurbs nurbs, int count, float[] data, int stride, int type) |
static void | gluNurbsCurve (Nurbs nurbs, int knotCount, float[] knotsArray, int stride, float[] controlArray, int order, int type) |
static void | gluEndCurve (Nurbs nurbs) |
static void | gluBeginSurface (Nurbs nurbs) |
static void | gluNurbsSurface (Nurbs nurbs, int sKnotCount, float[] sKnots, int tKnotCount, float[] tKnots, int sStride, int tStride, float[] control, int sOrder, int tOrder, int type) |
static void | gluEndSurface (Nurbs nurbs) |
static void | gluBeginTrim (Nurbs nurbs) |
static void | gluEndTrim (Nurbs nurbs) |
static float | gluGetNurbsProperty (Nurbs nurbs, int property) |
static void | gluNurbsProperty (Nurbs nurbs, int property, float value) |
static void | gluLoadSamplingMatrices (Nurbs nurbs, float[] modelviewMatrix, float[] projectionMatrix, int[] viewport) |
static void | gluNurbsCallback (Nurbs nurbs, NurbsListener listener) |
static void | gluNurbsCallbackData (Nurbs nurbs, Object callbackData) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|