Package jgl.context.geometry
Class gl_lit_tex_geo
java.lang.Object
jgl.context.geometry.gl_geometry
jgl.context.geometry.gl_smooth_geo
jgl.context.geometry.gl_lit_tex_geo
- Direct Known Subclasses:
gl_lit_tex_z_geo
gl_lit_tex_geo is geometry class for texturing with lighting of jGL 2.4.
- Version:
- 0.2, 17 Dec. 2002
- Author:
- Robin Bing-Yu Chen
-
Field Summary
FieldsFields inherited from class jgl.context.geometry.gl_smooth_geo
VertexColorFields inherited from class jgl.context.geometry.gl_geometry
CC, countBegin, CR, LineReset, VertexSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopy_vertex(int s, int d) protected voiddraw_point(float[] p, int i) protected voidvoidgl_begin()protected gl_vertex[]pack_line(int i, int j) protected gl_polygonpack_polygon(int size) protected voidset_vertex(int i) Methods inherited from class jgl.context.geometry.gl_geometry
gl_end, gl_vertex, PerspectiveDivision, VertexTransformation
-
Field Details
-
TexCoord
protected float[][] TexCoordData Members
-
-
Constructor Details
-
gl_lit_tex_geo
-
-
Method Details
-
draw_point
protected void draw_point(float[] p, int i) - Overrides:
draw_pointin classgl_smooth_geo
-
pack_line
- Overrides:
pack_linein classgl_smooth_geo
-
pack_polygon
- Overrides:
pack_polygonin classgl_smooth_geo
-
set_vertex
protected void set_vertex(int i) - Overrides:
set_vertexin classgl_smooth_geo
-
copy_vertex
protected void copy_vertex(int s, int d) - Overrides:
copy_vertexin classgl_smooth_geo
-
extend_array
protected void extend_array()- Overrides:
extend_arrayin classgl_smooth_geo
-
gl_begin
public void gl_begin()- Overrides:
gl_beginin classgl_smooth_geo
-