Package jgl.gle

Class gle_pointer


public class gle_pointer extends gl_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
  • Constructor Details

  • 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 class gl_pointer
    • gl_smooth

      public void gl_smooth(boolean state)
      Overrides:
      gl_smooth in class gl_pointer
    • gl_texture

      public void gl_texture(boolean state)
      Overrides:
      gl_texture in class gl_pointer
    • gl_select

      public void gl_select(boolean state)
      Overrides:
      gl_select in class gl_pointer
    • gl_phong

      public void gl_phong()