Package org.lwjglx.util.glu
Class GLU
java.lang.Object
org.lwjglx.util.glu.GLU
public class GLU
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GLU()
-
Method Summary
Modifier and Type Method Description static int
gluBuild2DMipmaps(int int1, int int2, int int3, int int4, int int5, int int6, java.nio.ByteBuffer byteBuffer)
static boolean
gluCheckExtension(java.lang.String string, java.lang.String string2)
static java.lang.String
gluErrorString(int int1)
static java.lang.String
gluGetString(int int1)
static void
gluLookAt(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9)
static GLUtessellator
gluNewTess()
static void
gluOrtho2D(float float1, float float2, float float3, float float4)
static void
gluPerspective(float float1, float float2, float float3, float float4)
static void
gluPickMatrix(float float1, float float2, float float3, float float4, java.nio.IntBuffer intBuffer)
static boolean
gluProject(float float1, float float2, float float3, java.nio.FloatBuffer floatBuffer, java.nio.FloatBuffer floatBuffer2, java.nio.IntBuffer intBuffer, java.nio.FloatBuffer floatBuffer3)
static int
gluScaleImage(int int1, int int2, int int3, int int4, java.nio.ByteBuffer byteBuffer, int int5, int int6, int int7, java.nio.ByteBuffer byteBuffer2)
static boolean
gluUnProject(float float1, float float2, float float3, java.nio.FloatBuffer floatBuffer, java.nio.FloatBuffer floatBuffer2, java.nio.IntBuffer intBuffer, java.nio.FloatBuffer floatBuffer3)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GLU_INVALID_ENUM
public static final int GLU_INVALID_ENUM- See Also:
- Constant Field Values
-
GLU_INVALID_VALUE
public static final int GLU_INVALID_VALUE- See Also:
- Constant Field Values
-
GLU_OUT_OF_MEMORY
public static final int GLU_OUT_OF_MEMORY- See Also:
- Constant Field Values
-
GLU_INCOMPATIBLE_GL_VERSION
public static final int GLU_INCOMPATIBLE_GL_VERSION- See Also:
- Constant Field Values
-
GLU_VERSION
public static final int GLU_VERSION- See Also:
- Constant Field Values
-
GLU_EXTENSIONS
public static final int GLU_EXTENSIONS- See Also:
- Constant Field Values
-
GLU_TRUE
public static final boolean GLU_TRUE- See Also:
- Constant Field Values
-
GLU_FALSE
public static final boolean GLU_FALSE- See Also:
- Constant Field Values
-
GLU_SMOOTH
public static final int GLU_SMOOTH- See Also:
- Constant Field Values
-
GLU_FLAT
public static final int GLU_FLAT- See Also:
- Constant Field Values
-
GLU_NONE
public static final int GLU_NONE- See Also:
- Constant Field Values
-
GLU_POINT
public static final int GLU_POINT- See Also:
- Constant Field Values
-
GLU_LINE
public static final int GLU_LINE- See Also:
- Constant Field Values
-
GLU_FILL
public static final int GLU_FILL- See Also:
- Constant Field Values
-
GLU_SILHOUETTE
public static final int GLU_SILHOUETTE- See Also:
- Constant Field Values
-
GLU_OUTSIDE
public static final int GLU_OUTSIDE- See Also:
- Constant Field Values
-
GLU_INSIDE
public static final int GLU_INSIDE- See Also:
- Constant Field Values
-
GLU_TESS_MAX_COORD
public static final double GLU_TESS_MAX_COORD- See Also:
- Constant Field Values
-
TESS_MAX_COORD
public static final double TESS_MAX_COORD- See Also:
- Constant Field Values
-
GLU_TESS_WINDING_RULE
public static final int GLU_TESS_WINDING_RULE- See Also:
- Constant Field Values
-
GLU_TESS_BOUNDARY_ONLY
public static final int GLU_TESS_BOUNDARY_ONLY- See Also:
- Constant Field Values
-
GLU_TESS_TOLERANCE
public static final int GLU_TESS_TOLERANCE- See Also:
- Constant Field Values
-
GLU_TESS_WINDING_ODD
public static final int GLU_TESS_WINDING_ODD- See Also:
- Constant Field Values
-
GLU_TESS_WINDING_NONZERO
public static final int GLU_TESS_WINDING_NONZERO- See Also:
- Constant Field Values
-
GLU_TESS_WINDING_POSITIVE
public static final int GLU_TESS_WINDING_POSITIVE- See Also:
- Constant Field Values
-
GLU_TESS_WINDING_NEGATIVE
public static final int GLU_TESS_WINDING_NEGATIVE- See Also:
- Constant Field Values
-
GLU_TESS_WINDING_ABS_GEQ_TWO
public static final int GLU_TESS_WINDING_ABS_GEQ_TWO- See Also:
- Constant Field Values
-
GLU_TESS_BEGIN
public static final int GLU_TESS_BEGIN- See Also:
- Constant Field Values
-
GLU_TESS_VERTEX
public static final int GLU_TESS_VERTEX- See Also:
- Constant Field Values
-
GLU_TESS_END
public static final int GLU_TESS_END- See Also:
- Constant Field Values
-
GLU_TESS_ERROR
public static final int GLU_TESS_ERROR- See Also:
- Constant Field Values
-
GLU_TESS_EDGE_FLAG
public static final int GLU_TESS_EDGE_FLAG- See Also:
- Constant Field Values
-
GLU_TESS_COMBINE
public static final int GLU_TESS_COMBINE- See Also:
- Constant Field Values
-
GLU_TESS_BEGIN_DATA
public static final int GLU_TESS_BEGIN_DATA- See Also:
- Constant Field Values
-
GLU_TESS_VERTEX_DATA
public static final int GLU_TESS_VERTEX_DATA- See Also:
- Constant Field Values
-
GLU_TESS_END_DATA
public static final int GLU_TESS_END_DATA- See Also:
- Constant Field Values
-
GLU_TESS_ERROR_DATA
public static final int GLU_TESS_ERROR_DATA- See Also:
- Constant Field Values
-
GLU_TESS_EDGE_FLAG_DATA
public static final int GLU_TESS_EDGE_FLAG_DATA- See Also:
- Constant Field Values
-
GLU_TESS_COMBINE_DATA
public static final int GLU_TESS_COMBINE_DATA- See Also:
- Constant Field Values
-
GLU_TESS_ERROR1
public static final int GLU_TESS_ERROR1- See Also:
- Constant Field Values
-
GLU_TESS_ERROR2
public static final int GLU_TESS_ERROR2- See Also:
- Constant Field Values
-
GLU_TESS_ERROR3
public static final int GLU_TESS_ERROR3- See Also:
- Constant Field Values
-
GLU_TESS_ERROR4
public static final int GLU_TESS_ERROR4- See Also:
- Constant Field Values
-
GLU_TESS_ERROR5
public static final int GLU_TESS_ERROR5- See Also:
- Constant Field Values
-
GLU_TESS_ERROR6
public static final int GLU_TESS_ERROR6- See Also:
- Constant Field Values
-
GLU_TESS_ERROR7
public static final int GLU_TESS_ERROR7- See Also:
- Constant Field Values
-
GLU_TESS_ERROR8
public static final int GLU_TESS_ERROR8- See Also:
- Constant Field Values
-
GLU_TESS_MISSING_BEGIN_POLYGON
public static final int GLU_TESS_MISSING_BEGIN_POLYGON- See Also:
- Constant Field Values
-
GLU_TESS_MISSING_BEGIN_CONTOUR
public static final int GLU_TESS_MISSING_BEGIN_CONTOUR- See Also:
- Constant Field Values
-
GLU_TESS_MISSING_END_POLYGON
public static final int GLU_TESS_MISSING_END_POLYGON- See Also:
- Constant Field Values
-
GLU_TESS_MISSING_END_CONTOUR
public static final int GLU_TESS_MISSING_END_CONTOUR- See Also:
- Constant Field Values
-
GLU_TESS_COORD_TOO_LARGE
public static final int GLU_TESS_COORD_TOO_LARGE- See Also:
- Constant Field Values
-
GLU_TESS_NEED_COMBINE_CALLBACK
public static final int GLU_TESS_NEED_COMBINE_CALLBACK- See Also:
- Constant Field Values
-
GLU_AUTO_LOAD_MATRIX
public static final int GLU_AUTO_LOAD_MATRIX- See Also:
- Constant Field Values
-
GLU_CULLING
public static final int GLU_CULLING- See Also:
- Constant Field Values
-
GLU_SAMPLING_TOLERANCE
public static final int GLU_SAMPLING_TOLERANCE- See Also:
- Constant Field Values
-
GLU_DISPLAY_MODE
public static final int GLU_DISPLAY_MODE- See Also:
- Constant Field Values
-
GLU_PARAMETRIC_TOLERANCE
public static final int GLU_PARAMETRIC_TOLERANCE- See Also:
- Constant Field Values
-
GLU_SAMPLING_METHOD
public static final int GLU_SAMPLING_METHOD- See Also:
- Constant Field Values
-
GLU_U_STEP
public static final int GLU_U_STEP- See Also:
- Constant Field Values
-
GLU_V_STEP
public static final int GLU_V_STEP- See Also:
- Constant Field Values
-
GLU_PATH_LENGTH
public static final int GLU_PATH_LENGTH- See Also:
- Constant Field Values
-
GLU_PARAMETRIC_ERROR
public static final int GLU_PARAMETRIC_ERROR- See Also:
- Constant Field Values
-
GLU_DOMAIN_DISTANCE
public static final int GLU_DOMAIN_DISTANCE- See Also:
- Constant Field Values
-
GLU_MAP1_TRIM_2
public static final int GLU_MAP1_TRIM_2- See Also:
- Constant Field Values
-
GLU_MAP1_TRIM_3
public static final int GLU_MAP1_TRIM_3- See Also:
- Constant Field Values
-
GLU_OUTLINE_POLYGON
public static final int GLU_OUTLINE_POLYGON- See Also:
- Constant Field Values
-
GLU_OUTLINE_PATCH
public static final int GLU_OUTLINE_PATCH- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR1
public static final int GLU_NURBS_ERROR1- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR2
public static final int GLU_NURBS_ERROR2- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR3
public static final int GLU_NURBS_ERROR3- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR4
public static final int GLU_NURBS_ERROR4- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR5
public static final int GLU_NURBS_ERROR5- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR6
public static final int GLU_NURBS_ERROR6- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR7
public static final int GLU_NURBS_ERROR7- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR8
public static final int GLU_NURBS_ERROR8- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR9
public static final int GLU_NURBS_ERROR9- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR10
public static final int GLU_NURBS_ERROR10- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR11
public static final int GLU_NURBS_ERROR11- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR12
public static final int GLU_NURBS_ERROR12- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR13
public static final int GLU_NURBS_ERROR13- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR14
public static final int GLU_NURBS_ERROR14- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR15
public static final int GLU_NURBS_ERROR15- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR16
public static final int GLU_NURBS_ERROR16- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR17
public static final int GLU_NURBS_ERROR17- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR18
public static final int GLU_NURBS_ERROR18- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR19
public static final int GLU_NURBS_ERROR19- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR20
public static final int GLU_NURBS_ERROR20- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR21
public static final int GLU_NURBS_ERROR21- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR22
public static final int GLU_NURBS_ERROR22- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR23
public static final int GLU_NURBS_ERROR23- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR24
public static final int GLU_NURBS_ERROR24- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR25
public static final int GLU_NURBS_ERROR25- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR26
public static final int GLU_NURBS_ERROR26- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR27
public static final int GLU_NURBS_ERROR27- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR28
public static final int GLU_NURBS_ERROR28- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR29
public static final int GLU_NURBS_ERROR29- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR30
public static final int GLU_NURBS_ERROR30- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR31
public static final int GLU_NURBS_ERROR31- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR32
public static final int GLU_NURBS_ERROR32- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR33
public static final int GLU_NURBS_ERROR33- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR34
public static final int GLU_NURBS_ERROR34- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR35
public static final int GLU_NURBS_ERROR35- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR36
public static final int GLU_NURBS_ERROR36- See Also:
- Constant Field Values
-
GLU_NURBS_ERROR37
public static final int GLU_NURBS_ERROR37- See Also:
- Constant Field Values
-
GLU_CW
public static final int GLU_CW- See Also:
- Constant Field Values
-
GLU_CCW
public static final int GLU_CCW- See Also:
- Constant Field Values
-
GLU_INTERIOR
public static final int GLU_INTERIOR- See Also:
- Constant Field Values
-
GLU_EXTERIOR
public static final int GLU_EXTERIOR- See Also:
- Constant Field Values
-
GLU_UNKNOWN
public static final int GLU_UNKNOWN- See Also:
- Constant Field Values
-
GLU_BEGIN
public static final int GLU_BEGIN- See Also:
- Constant Field Values
-
GLU_VERTEX
public static final int GLU_VERTEX- See Also:
- Constant Field Values
-
GLU_END
public static final int GLU_END- See Also:
- Constant Field Values
-
GLU_ERROR
public static final int GLU_ERROR- See Also:
- Constant Field Values
-
GLU_EDGE_FLAG
public static final int GLU_EDGE_FLAG- See Also:
- Constant Field Values
-
-
Constructor Details
-
GLU
public GLU()
-
-
Method Details
-
gluLookAt
public static void gluLookAt(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9) -
gluOrtho2D
public static void gluOrtho2D(float float1, float float2, float float3, float float4) -
gluPerspective
public static void gluPerspective(float float1, float float2, float float3, float float4) -
gluProject
public static boolean gluProject(float float1, float float2, float float3, java.nio.FloatBuffer floatBuffer, java.nio.FloatBuffer floatBuffer2, java.nio.IntBuffer intBuffer, java.nio.FloatBuffer floatBuffer3) -
gluUnProject
public static boolean gluUnProject(float float1, float float2, float float3, java.nio.FloatBuffer floatBuffer, java.nio.FloatBuffer floatBuffer2, java.nio.IntBuffer intBuffer, java.nio.FloatBuffer floatBuffer3) -
gluPickMatrix
public static void gluPickMatrix(float float1, float float2, float float3, float float4, java.nio.IntBuffer intBuffer) -
gluGetString
public static java.lang.String gluGetString(int int1) -
gluCheckExtension
public static boolean gluCheckExtension(java.lang.String string, java.lang.String string2) -
gluBuild2DMipmaps
public static int gluBuild2DMipmaps(int int1, int int2, int int3, int int4, int int5, int int6, java.nio.ByteBuffer byteBuffer) -
gluScaleImage
public static int gluScaleImage(int int1, int int2, int int3, int int4, java.nio.ByteBuffer byteBuffer, int int5, int int6, int int7, java.nio.ByteBuffer byteBuffer2) -
gluErrorString
public static java.lang.String gluErrorString(int int1) -
gluNewTess
-