Package jgl.context.render
Class gl_tex_z
- java.lang.Object
-
- jgl.context.render.gl_render
-
- jgl.context.render.gl_depth
-
- jgl.context.render.gl_tex
-
- jgl.context.render.gl_tex_z
-
public class gl_tex_z extends gl_tex
gl_tex_z is the rendering class for texturing with depth of JavaGL 2.1.- Version:
- 0.2, 30 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
-
Fields inherited from class jgl.context.render.gl_tex
drdx, drdy, dsdx, dsdy, dtdx, dtdy, dwdx, dwdy, LeftPointR, LeftPointS, LeftPointT, LeftPointW, LineST, LineW, r, s, t, w
-
-
Constructor Summary
Constructors Constructor Description gl_tex_z(gl_context cc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddec_x()protected voiddec_x_inc_y()protected voiddraw_horizontal_line(int y)protected voidinc_x()protected voidinc_x_inc_y()protected voidinc_y()protected voidinc_y_more()protected voidinc_y_once()protected voidinit(gl_vertex v1, gl_vertex v2)protected voidinit(gl_vertex v1, gl_vertex v2, gl_vertex v3)protected 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 voidput_pixel()protected voidput_pixel_by_index()protected voidset_first_point()protected voidset_left(int pos)-
Methods inherited from class jgl.context.render.gl_tex
draw_horizontal_line, init_tex, init_tex, init_tex_dx, init_tex_dx_dy, init_tex_dy, init_tex_other, set_first_tex, set_left_tex, tex_dec_x, tex_inc_x, tex_inc_y, tex_inc_y_more, tex_inc_y_once
-
Methods 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_once
-
Methods 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 Detail
-
gl_tex_z
public gl_tex_z(gl_context cc)
-
-
Method Detail
-
set_first_point
protected void set_first_point()
- Overrides:
set_first_pointin classgl_tex
-
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_by_index
protected void put_pixel_by_index()
- Overrides:
put_pixel_by_indexin classgl_tex
-
init_dx_dy
protected void init_dx_dy(int area, int left, int right, int top)- Overrides:
init_dx_dyin classgl_tex
-
init_other
protected void init_other(boolean delta, int dy)- Overrides:
init_otherin classgl_tex
-
inc_y_once
protected void inc_y_once()
- Overrides:
inc_y_oncein classgl_tex
-
inc_y_more
protected void inc_y_more()
- Overrides:
inc_y_morein classgl_tex
-
draw_horizontal_line
protected void draw_horizontal_line(int y)
- Overrides:
draw_horizontal_linein classgl_tex
-
-