Package com.luciad.view.opengl.binding
Interface ILcdGLU
public interface ILcdGLU
Provides access to the OpenGL Utility (GLU) library. Please
refer to the GLU specification for more information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, boolean[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, byte[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, char[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, double[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, float[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, int[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, long[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, short[] data) int
gluBuild1DMipmapLevels
(int target, int internalFormat, int width, int format, int type, int level, int base, int max, Buffer data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, boolean[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, byte[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, char[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, double[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, float[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, int[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, long[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, short[] data) int
gluBuild1DMipmaps
(int target, int internalFormat, int width, int format, int type, Buffer data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, boolean[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, byte[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, char[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, double[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, float[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, int[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, long[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, short[] data) int
gluBuild2DMipmapLevels
(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, Buffer data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, boolean[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, byte[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, char[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, double[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, float[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, int[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, long[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, short[] data) int
gluBuild2DMipmaps
(int target, int internalFormat, int width, int height, int format, int type, Buffer data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, boolean[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, byte[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, char[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, double[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, float[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, int[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, long[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, short[] data) int
gluBuild3DMipmapLevels
(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, Buffer data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, boolean[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, byte[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, char[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, double[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, float[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, int[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, long[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, short[] data) int
gluBuild3DMipmaps
(int target, int internalFormat, int width, int height, int depth, int format, int type, Buffer data) boolean
gluCheckExtension
(String extName, String extString) gluErrorString
(int error) gluGetString
(int name) void
gluLookAt
(double eyeX, double eyeY, double eyeZ, double centerX, double centerY, double centerZ, double upX, double upY, double upZ) void
gluOrtho2D
(double left, double right, double bottom, double top) void
gluPerspective
(double fovy, double aspect, double zNear, double zFar) void
gluPickMatrix
(double x, double y, double delX, double delY, int[] viewport) int
gluProject
(double objX, double objY, double objZ, double[] model, double[] proj, int[] view, double[] winX, double[] winY, double[] winZ) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, char[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, double[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, float[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, int[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, long[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, short[] dataOut) int
gluScaleImage
(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) int
gluUnProject
(double winX, double winY, double winZ, double[] model, double[] proj, int[] view, double[] objX, double[] objY, double[] objZ) int
gluUnProject4
(double winX, double winY, double winZ, double clipW, double[] model, double[] proj, int[] view, double nearVal, double farVal, double[] objX, double[] objY, double[] objZ, double[] objW)
-
Field Details
-
GLU_FALSE
static final int GLU_FALSE- See Also:
-
GLU_TRUE
static final int GLU_TRUE- See Also:
-
GLU_VERSION
static final int GLU_VERSION- See Also:
-
GLU_EXTENSIONS
static final int GLU_EXTENSIONS- See Also:
-
GLU_INVALID_ENUM
static final int GLU_INVALID_ENUM- See Also:
-
GLU_INVALID_VALUE
static final int GLU_INVALID_VALUE- See Also:
-
GLU_OUT_OF_MEMORY
static final int GLU_OUT_OF_MEMORY- See Also:
-
GLU_INVALID_OPERATION
static final int GLU_INVALID_OPERATION- See Also:
-
GLU_OUTLINE_POLYGON
static final int GLU_OUTLINE_POLYGON- See Also:
-
GLU_OUTLINE_PATCH
static final int GLU_OUTLINE_PATCH- See Also:
-
GLU_ERROR
static final int GLU_ERROR- See Also:
-
GLU_AUTO_LOAD_MATRIX
static final int GLU_AUTO_LOAD_MATRIX- See Also:
-
GLU_CULLING
static final int GLU_CULLING- See Also:
-
GLU_SAMPLING_TOLERANCE
static final int GLU_SAMPLING_TOLERANCE- See Also:
-
GLU_DISPLAY_MODE
static final int GLU_DISPLAY_MODE- See Also:
-
GLU_SAMPLING_METHOD
static final int GLU_SAMPLING_METHOD- See Also:
-
GLU_U_STEP
static final int GLU_U_STEP- See Also:
-
GLU_V_STEP
static final int GLU_V_STEP- See Also:
-
GLU_OBJECT_PATH_LENGTH
static final int GLU_OBJECT_PATH_LENGTH- See Also:
-
GLU_OBJECT_PATH_LENGTH_EXT
static final int GLU_OBJECT_PATH_LENGTH_EXT- See Also:
-
GLU_PATH_LENGTH
static final int GLU_PATH_LENGTH- See Also:
-
GLU_DOMAIN_DISTANCE
static final int GLU_DOMAIN_DISTANCE- See Also:
-
GLU_MAP1_TRIM_2
static final int GLU_MAP1_TRIM_2- See Also:
-
GLU_MAP1_TRIM_3
static final int GLU_MAP1_TRIM_3- See Also:
-
GLU_POINT
static final int GLU_POINT- See Also:
-
GLU_LINE
static final int GLU_LINE- See Also:
-
GLU_FILL
static final int GLU_FILL- See Also:
-
GLU_SILHOUETTE
static final int GLU_SILHOUETTE- See Also:
-
GLU_SMOOTH
static final int GLU_SMOOTH- See Also:
-
GLU_FLAT
static final int GLU_FLAT- See Also:
-
GLU_NONE
static final int GLU_NONE- See Also:
-
GLU_OUTSIDE
static final int GLU_OUTSIDE- See Also:
-
GLU_INSIDE
static final int GLU_INSIDE- See Also:
-
GLU_BEGIN
static final int GLU_BEGIN- See Also:
-
GLU_VERTEX
static final int GLU_VERTEX- See Also:
-
GLU_END
static final int GLU_END- See Also:
-
GLU_EDGE_FLAG
static final int GLU_EDGE_FLAG- See Also:
-
GLU_CW
static final int GLU_CW- See Also:
-
GLU_CCW
static final int GLU_CCW- See Also:
-
GLU_INTERIOR
static final int GLU_INTERIOR- See Also:
-
GLU_EXTERIOR
static final int GLU_EXTERIOR- See Also:
-
GLU_UNKNOWN
static final int GLU_UNKNOWN- See Also:
-
-
Method Details
-
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, boolean[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, char[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, byte[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, short[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, int[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, long[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, float[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, double[] data) -
gluBuild1DMipmapLevels
int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int level, int base, int max, Buffer data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, boolean[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, char[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, byte[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, short[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, int[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, long[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, float[] data) -
gluBuild1DMipmaps
int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, double[] data) -
gluBuild1DMipmaps
-
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, boolean[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, char[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, byte[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, short[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, int[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, long[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, float[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, double[] data) -
gluBuild2DMipmapLevels
int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, Buffer data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, boolean[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, char[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, byte[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, short[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, int[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, long[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, float[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, double[] data) -
gluBuild2DMipmaps
int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, Buffer data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, boolean[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, char[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, byte[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, short[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, int[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, long[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, float[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, double[] data) -
gluBuild3DMipmapLevels
int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, Buffer data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, boolean[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, char[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, byte[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, short[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, int[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, long[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, float[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, double[] data) -
gluBuild3DMipmaps
int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, Buffer data) -
gluCheckExtension
-
gluErrorString
-
gluGetString
-
gluLookAt
void gluLookAt(double eyeX, double eyeY, double eyeZ, double centerX, double centerY, double centerZ, double upX, double upY, double upZ) -
gluOrtho2D
void gluOrtho2D(double left, double right, double bottom, double top) -
gluPerspective
void gluPerspective(double fovy, double aspect, double zNear, double zFar) -
gluPickMatrix
void gluPickMatrix(double x, double y, double delX, double delY, int[] viewport) -
gluProject
int gluProject(double objX, double objY, double objZ, double[] model, double[] proj, int[] view, double[] winX, double[] winY, double[] winZ) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, boolean[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, char[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, long[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, double[] dataIn, int wOut, int hOut, int typeOut, Buffer dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, boolean[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, char[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, byte[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, short[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, int[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, long[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, float[] dataOut) -
gluScaleImage
int gluScaleImage(int format, int wIn, int hIn, int typeIn, Buffer dataIn, int wOut, int hOut, int typeOut, double[] dataOut) -
gluScaleImage
-
gluUnProject
int gluUnProject(double winX, double winY, double winZ, double[] model, double[] proj, int[] view, double[] objX, double[] objY, double[] objZ) -
gluUnProject4
int gluUnProject4(double winX, double winY, double winZ, double clipW, double[] model, double[] proj, int[] view, double nearVal, double farVal, double[] objX, double[] objY, double[] objZ, double[] objW)
-