yu.ac.bg.etf.javaqx.opengl
Interface GLConstants

All Known Implementing Classes:
GLJQComponent

public interface GLConstants

OpenGL Constants.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
static int GL_COLOR_BUFFER_BIT
          GL_COLOR_BUFFER_BIT constant (the value is 16384).
static int GL_DEPTH_BUFFER_BIT
          GL_DEPTH_BUFFER_BIT constant (the value is 256).
static int GL_DEPTH_TEST
          GL_DEPTH_TEST constant (the value is 2929).
static int GL_LEQUAL
          GL_LEQUAL constant (the value is 515).
static int GL_MODELVIEW
          GL_MODELVIEW constant (the value is 5888).
static int GL_NICEST
          GL_NICEST constant (the value is 4354).
static int GL_PERSPECTIVE_CORRECTION_HINT
          GL_PERSPECTIVE_CORRECTION_HINT constant (the value is 3152).
static int GL_PROJECTION
          GL_PROJECTION constant (the value is 5889).
static int GL_QUADS
          GL_QUADS constant (the value is 7).
static int GL_SMOOTH
          GL_SMOOTH constant (the value is 7425).
static int GL_TRIANGLES
          GL_TRIANGLES constant (the value is 4).
 

Field Detail

GL_SMOOTH

public static final int GL_SMOOTH
GL_SMOOTH constant (the value is 7425).

See Also:
Constant Field Values

GL_DEPTH_TEST

public static final int GL_DEPTH_TEST
GL_DEPTH_TEST constant (the value is 2929).

See Also:
Constant Field Values

GL_LEQUAL

public static final int GL_LEQUAL
GL_LEQUAL constant (the value is 515).

See Also:
Constant Field Values

GL_PERSPECTIVE_CORRECTION_HINT

public static final int GL_PERSPECTIVE_CORRECTION_HINT
GL_PERSPECTIVE_CORRECTION_HINT constant (the value is 3152).

See Also:
Constant Field Values

GL_NICEST

public static final int GL_NICEST
GL_NICEST constant (the value is 4354).

See Also:
Constant Field Values

GL_COLOR_BUFFER_BIT

public static final int GL_COLOR_BUFFER_BIT
GL_COLOR_BUFFER_BIT constant (the value is 16384).

See Also:
Constant Field Values

GL_DEPTH_BUFFER_BIT

public static final int GL_DEPTH_BUFFER_BIT
GL_DEPTH_BUFFER_BIT constant (the value is 256).

See Also:
Constant Field Values

GL_TRIANGLES

public static final int GL_TRIANGLES
GL_TRIANGLES constant (the value is 4).

See Also:
Constant Field Values

GL_QUADS

public static final int GL_QUADS
GL_QUADS constant (the value is 7).

See Also:
Constant Field Values

GL_PROJECTION

public static final int GL_PROJECTION
GL_PROJECTION constant (the value is 5889).

See Also:
Constant Field Values

GL_MODELVIEW

public static final int GL_MODELVIEW
GL_MODELVIEW constant (the value is 5888).

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.