Package jgl.gle
Class gle_pointer
java.lang.Object
jgl.context.gl_pointer
jgl.gle.gle_pointer
gle_pointer is the class points to all current extension instants of jGL 2.5.
- Version:
- 0.1, 30 Dec 2002
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Fields inherited from class jgl.context.gl_pointer
basic_pixel, CC, clipping, geometry, line, line_pixel, pixel, poly_pixel, render, status, vp_clipping
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
gl_depth
(boolean state) Current Status Status --------------- 0 default 1 Phong 2 Bump 3 Environment 4 Solid where ?void
gl_phong()
void
gl_select
(boolean state) void
gl_smooth
(boolean state) void
gl_texture
(boolean state) Methods inherited from class jgl.context.gl_pointer
gl_blending, gl_clipping, gl_lighting, gl_point_size, gl_stipple_line, gl_stipple_poly
-
Constructor Details
-
gle_pointer
-
-
Method Details
-
gl_depth
public void gl_depth(boolean state) Current Status Status --------------- 0 default 1 Phong 2 Bump 3 Environment 4 Solid where ? means independent, - means ignore.- Overrides:
gl_depth
in classgl_pointer
-
gl_smooth
public void gl_smooth(boolean state) - Overrides:
gl_smooth
in classgl_pointer
-
gl_texture
public void gl_texture(boolean state) - Overrides:
gl_texture
in classgl_pointer
-
gl_select
public void gl_select(boolean state) - Overrides:
gl_select
in classgl_pointer
-
gl_phong
public void gl_phong()
-