Package jgl.context.attrib
Class gl_current
- java.lang.Object
-
- jgl.context.attrib.gl_current
-
public class gl_current extends Object
gl_current is the current values and associated data class of jGL 2.4.- Version:
- 0.3, 22 Nov 2006
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
Fields Modifier and Type Field Description float[]ColorGL_CURRENT_COLOR: Current ColorbooleanEdgeFlagGL_EDGE_FLAG: Edge flagintIndexGL_CURRENT_INDEX: Current color indexintIntColorfloat[]NormalGL_CURRENT_NORMAL: Current normalfloat[]RasterColorGL_CURRENT_RASTER_COLOR: Color associated with raster positionfloatRasterDistanceGL_CURRENT_RASTER_DISTANCE: Current raster distancefloatRasterIndexGL_CURRENT_RASTER_INDEX: Color index associated with raster positionfloat[]RasterPosGL_CURRENT_RASTER_POSITION: Current raster positionbooleanRasterPosValidGL_CURRENT_RASTER_POSITION_VALID: Raster position valid bitfloat[]RasterTexCoordGL_CURRENT_RASTER_TEXTURE_COORDS: Texture coordinates associated with raster positionfloat[]TexCoordGL_CURRENT_TEXTURE_COORDS: Current texture coordinatesfloat[]Vertex
-
Constructor Summary
Constructors Constructor Description gl_current()gl_current(gl_current cc)
-
-
-
Field Detail
-
Color
public float[] Color
GL_CURRENT_COLOR: Current Color
-
IntColor
public int IntColor
-
Index
public int Index
GL_CURRENT_INDEX: Current color index
-
Vertex
public float[] Vertex
-
TexCoord
public float[] TexCoord
GL_CURRENT_TEXTURE_COORDS: Current texture coordinates
-
Normal
public float[] Normal
GL_CURRENT_NORMAL: Current normal
-
RasterPos
public float[] RasterPos
GL_CURRENT_RASTER_POSITION: Current raster position
-
RasterDistance
public float RasterDistance
GL_CURRENT_RASTER_DISTANCE: Current raster distance
-
RasterColor
public float[] RasterColor
GL_CURRENT_RASTER_COLOR: Color associated with raster position
-
RasterIndex
public float RasterIndex
GL_CURRENT_RASTER_INDEX: Color index associated with raster position
-
RasterTexCoord
public float[] RasterTexCoord
GL_CURRENT_RASTER_TEXTURE_COORDS: Texture coordinates associated with raster position
-
RasterPosValid
public boolean RasterPosValid
GL_CURRENT_RASTER_POSITION_VALID: Raster position valid bit
-
EdgeFlag
public boolean EdgeFlag
GL_EDGE_FLAG: Edge flag
-
-
Constructor Detail
-
gl_current
public gl_current(gl_current cc)
-
gl_current
public gl_current()
-
-