Package jgl.gle.geometry
Class gle_phong_z_geo
java.lang.Object
jgl.context.geometry.gl_geometry
jgl.gle.geometry.gle_phong_geo
jgl.gle.geometry.gle_phong_z_geo
gle_phong_z_geo is the geometry class for phong shading with depth value of jGL 2.5.
- Version:
- 0.1, 31 Dec 2002
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Fields inherited from class jgl.gle.geometry.gle_phong_geo
Normal, TexCoord
Fields inherited from class jgl.context.geometry.gl_geometry
CC, countBegin, CR, LineReset, VertexSize
-
Constructor Summary
-
Method Summary
Methods inherited from class jgl.gle.geometry.gle_phong_geo
copy_vertex, extend_array, get_color, gl_begin, pack_line, pack_polygon, set_vertex
Methods inherited from class jgl.context.geometry.gl_geometry
gl_end, gl_vertex, PerspectiveDivision, VertexTransformation
-
Constructor Details
-
gle_phong_z_geo
-
-
Method Details
-
draw_point
protected void draw_point(float[] p, int i) - Overrides:
draw_point
in classgle_phong_geo
-