Package jgl.gle.render
Class gle_phong_z
java.lang.Object
jgl.context.render.gl_render
jgl.context.render.gl_depth
jgl.gle.render.gle_phong
jgl.gle.render.gle_phong_z
gle_phong_z is the rendering class for phong shading with depth of jGL 2.5.
- Version:
- 0.1, 31 Dec 2002
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Fields inherited from class jgl.gle.render.gle_phong
LeftPointNX, LeftPointNY, LeftPointNZ, LeftPointPX, LeftPointPY, LeftPointPZ, nx, ny, nz, px, py, pz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddec_x()protected voidprotected voiddraw_horizontal_line(int y) protected voidinc_x()protected voidprotected voidinc_y()protected voidprotected voidprotected voidprotected voidprotected voidinit_dx(int dx) protected voidinit_dx_dy(int area, int left, int right, int top) protected voidinit_dy(int dy) protected voidinit_other(boolean delta, int dy) protected voidWill color the given pixel WITHOUT verifying depth buffer (seegl_depth.put_pixel()protected voidWill color the given pixel WITHOUT verifying depth buffer (seegl_depth.put_pixel_by_index()protected voidprotected voidset_left(int pos) Methods inherited from class jgl.gle.render.gle_phong
draw_horizontal_line, get_color, init_phong, init_phong, init_phong_dx, init_phong_dx_dy, init_phong_dy, init_phong_other, phong_dec_x, phong_inc_x, phong_inc_y, phong_inc_y_more, phong_inc_y_once, set_first_phong, set_left_phongMethods inherited from class jgl.context.render.gl_depth
draw_horizontal_line, init_z, init_z, init_z_dx, init_z_dx_dy, init_z_dy, init_z_other, set_first_z, set_left_z, z_dec_x, z_inc_x, z_inc_y, z_inc_y_more, z_inc_y_onceMethods inherited from class jgl.context.render.gl_render
draw_horizontal_line, draw_horizontal_line, draw_line, draw_line, draw_point, draw_point, draw_polygon, draw_polygon, draw_triangle, draw_triangle, inc_left, inc_left_xy, inc_right, inc_right_xy, init_dx_dy, init_left, init_left_xy, init_right, init_right_xy, init_xy, init_xy, set_first_xy, set_left_xy, set_pixel, set_right, set_right_xy, x_dec_x, x_inc_x, y_inc_y
-
Constructor Details
-
gle_phong_z
-
-
Method Details
-
init
-
set_first_point
protected void set_first_point()- Overrides:
set_first_pointin classgle_phong
-
init_dx
protected void init_dx(int dx) -
init_dy
protected void init_dy(int dy) -
inc_x
protected void inc_x() -
dec_x
protected void dec_x() -
inc_y
protected void inc_y() -
inc_x_inc_y
protected void inc_x_inc_y()- Overrides:
inc_x_inc_yin classgl_render
-
dec_x_inc_y
protected void dec_x_inc_y()- Overrides:
dec_x_inc_yin classgl_render
-
put_pixel
protected void put_pixel()Description copied from class:gl_renderWill color the given pixel WITHOUT verifying depth buffer (seegl_depth.put_pixel() -
put_pixel_by_index
protected void put_pixel_by_index()Description copied from class:gl_renderWill color the given pixel WITHOUT verifying depth buffer (seegl_depth.put_pixel_by_index()- Overrides:
put_pixel_by_indexin classgle_phong
-
init
-
set_left
protected void set_left(int pos) -
init_dx_dy
protected void init_dx_dy(int area, int left, int right, int top) - Overrides:
init_dx_dyin classgle_phong
-
init_other
protected void init_other(boolean delta, int dy) - Overrides:
init_otherin classgle_phong
-
inc_y_once
protected void inc_y_once()- Overrides:
inc_y_oncein classgle_phong
-
inc_y_more
protected void inc_y_more()- Overrides:
inc_y_morein classgle_phong
-
draw_horizontal_line
protected void draw_horizontal_line(int y) - Overrides:
draw_horizontal_linein classgle_phong
-