All Packages This Package Class Hierarchy Class Search Index
| Summary |
public interface GLUConstants
{
// Fields 40
public static final int GLU_AUTO_LOAD_MATRIX;
public static final int GLU_BEGIN;
public static final int GLU_CCW;
public static final int GLU_CULLING;
public static final int GLU_CW;
public static final int GLU_DISPLAY_MODE;
public static final int GLU_DOMAIN_DISTANCE;
public static final int GLU_EDGE_FLAG;
public static final int GLU_END;
public static final int GLU_ERROR;
public static final int GLU_EXTENSIONS;
public static final int GLU_EXTERIOR;
public static final int GLU_FILL;
public static final int GLU_FLAT;
public static final int GLU_INCOMPATIBLE_GL_VERSION;
public static final int GLU_INSIDE;
public static final int GLU_INTERIOR;
public static final int GLU_INVALID_ENUM;
public static final int GLU_INVALID_VALUE;
public static final int GLU_LINE;
public static final int GLU_MAP1_TRIM_2;
public static final int GLU_MAP1_TRIM_3;
public static final int GLU_NONE;
public static final int GLU_OUTLINE_PATCH;
public static final int GLU_OUTLINE_POLYGON;
public static final int GLU_OUTSIDE;
public static final int GLU_OUT_OF_MEMORY;
public static final int GLU_PARAMETRIC_ERROR;
public static final int GLU_PARAMETRIC_TOLERANCE;
public static final int GLU_PATH_LENGTH;
public static final int GLU_POINT;
public static final int GLU_SAMPLING_METHOD;
public static final int GLU_SAMPLING_TOLERANCE;
public static final int GLU_SILHOUETTE;
public static final int GLU_SMOOTH;
public static final int GLU_UNKNOWN;
public static final int GLU_U_STEP;
public static final int GLU_VERSION;
public static final int GLU_VERTEX;
public static final int GLU_V_STEP;
}
Class containing constants for all the variables defined for use within GLU. This interface can be implemented within any end-user applications for easy access to the constant values without needing to make a hard reference to the GLU class
| Cross Reference |
| Fields |
· GLU_DISPLAY_MODE | Summary | Top |
public static final int GLU_DISPLAY_MODE
A NURBS property
· GLU_CW | Summary | Top |
public static final int GLU_CW
Clockwise orientation of winding rules
· GLU_INVALID_ENUM | Summary | Top |
public static final int GLU_INVALID_ENUM
An invalid type was specified in a glu* call
· GLU_SAMPLING_METHOD | Summary | Top |
public static final int GLU_SAMPLING_METHOD
A NURBS property
· GLU_INSIDE | Summary | Top |
public static final int GLU_INSIDE
A possible orientation for quadric rendering
· GLU_OUTSIDE | Summary | Top |
public static final int GLU_OUTSIDE
A possible orientation for quadric rendering
· GLU_VERTEX | Summary | Top |
public static final int GLU_VERTEX
Callback tag
· GLU_OUT_OF_MEMORY | Summary | Top |
public static final int GLU_OUT_OF_MEMORY
Signifies that the system ran out of memory during a glu* routine call
· GLU_PARAMETRIC_TOLERANCE | Summary | Top |
public static final int GLU_PARAMETRIC_TOLERANCE
A NURBS property
· GLU_BEGIN | Summary | Top |
public static final int GLU_BEGIN
Callback tag
· GLU_FLAT | Summary | Top |
public static final int GLU_FLAT
Uses polygon normals on polygons generated by various glu* routines
· GLU_POINT | Summary | Top |
public static final int GLU_POINT
A rendering style for quadric rendering
· GLU_ERROR | Summary | Top |
public static final int GLU_ERROR
Callback tag
· GLU_AUTO_LOAD_MATRIX | Summary | Top |
public static final int GLU_AUTO_LOAD_MATRIX
A NURBS property
· GLU_PATH_LENGTH | Summary | Top |
public static final int GLU_PATH_LENGTH
Variety of sampling method
· GLU_CULLING | Summary | Top |
public static final int GLU_CULLING
A NURBS property
· GLU_OUTLINE_PATCH | Summary | Top |
public static final int GLU_OUTLINE_PATCH
A rendering style for quadric rendering
· GLU_EXTENSIONS | Summary | Top |
public static final int GLU_EXTENSIONS
Specifies which extensions are present in this implementation of OpenGL
· GLU_U_STEP | Summary | Top |
public static final int GLU_U_STEP
A NURBS property
· GLU_PARAMETRIC_ERROR | Summary | Top |
public static final int GLU_PARAMETRIC_ERROR
A NURBS property
· GLU_SMOOTH | Summary | Top |
public static final int GLU_SMOOTH
Uses vertex normals on polygons generated by various glu* routines
· GLU_MAP1_TRIM_2 | Summary | Top |
public static final int GLU_MAP1_TRIM_2
NURBS Surface type
· GLU_MAP1_TRIM_3 | Summary | Top |
public static final int GLU_MAP1_TRIM_3
NURBS Surface type
· GLU_CCW | Summary | Top |
public static final int GLU_CCW
Counter-clockwise orientation of winding rules
· GLU_DOMAIN_DISTANCE | Summary | Top |
public static final int GLU_DOMAIN_DISTANCE
Variety of sampling method
· GLU_INVALID_VALUE | Summary | Top |
public static final int GLU_INVALID_VALUE
An invalid value was specified in a glu* call
· GLU_VERSION | Summary | Top |
public static final int GLU_VERSION
The version of GLU
· GLU_SILHOUETTE | Summary | Top |
public static final int GLU_SILHOUETTE
A rendering style for quadric rendering
· GLU_FILL | Summary | Top |
public static final int GLU_FILL
Fills polygons generated by various glu* routines
· GLU_OUTLINE_POLYGON | Summary | Top |
public static final int GLU_OUTLINE_POLYGON
A rendering style for quadric rendering
· GLU_LINE | Summary | Top |
public static final int GLU_LINE
A rendering style for quadric rendering
· GLU_INTERIOR | Summary | Top |
public static final int GLU_INTERIOR
Specifies an interior edge
· GLU_INCOMPATIBLE_GL_VERSION | Summary | Top |
public static final int GLU_INCOMPATIBLE_GL_VERSION
!!!Needs comment!!!
· GLU_EDGE_FLAG | Summary | Top |
public static final int GLU_EDGE_FLAG
Sets the edge direction
· GLU_NONE | Summary | Top |
public static final int GLU_NONE
Specifies no action or style
· GLU_UNKNOWN | Summary | Top |
public static final int GLU_UNKNOWN
Unknown quantity
· GLU_V_STEP | Summary | Top |
public static final int GLU_V_STEP
A NURBS property
· GLU_EXTERIOR | Summary | Top |
public static final int GLU_EXTERIOR
Specifies an exterior edge
· GLU_END | Summary | Top |
public static final int GLU_END
Callback tag
· GLU_SAMPLING_TOLERANCE | Summary | Top |
public static final int GLU_SAMPLING_TOLERANCE
!!!Needs comment!!!
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7