Package jgl.glu
Class nurbs_ct_surfs
java.lang.Object
jgl.glu.nurbs_ct_surfs
nurbs_ct_surfs is one of the GLU NURBS class of JavaGL 2.1.
- Version:
- 0.1, 5 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Modifier and TypeFieldDescriptionint
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
augment
(nurbs_surfaces surface) void
convert
(nurbs_knot geom_s_knot, nurbs_knot geom_t_knot, nurbs_knot color_s_knot, nurbs_knot color_t_knot, nurbs_knot normal_s_knot, nurbs_knot normal_t_knot, nurbs_knot texture_s_knot, nurbs_knot texture_t_knot, nurbs_surfaces surface) void
draw
(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors)
-
Field Details
-
geom
-
color
-
normal
-
texture
-
s_bezier_cnt
public int s_bezier_cnt -
t_bezier_cnt
public int t_bezier_cnt
-
-
Constructor Details
-
nurbs_ct_surfs
public nurbs_ct_surfs()
-
-
Method Details
-
draw
public void draw(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors) -
augment
-
convert
public void convert(nurbs_knot geom_s_knot, nurbs_knot geom_t_knot, nurbs_knot color_s_knot, nurbs_knot color_t_knot, nurbs_knot normal_s_knot, nurbs_knot normal_t_knot, nurbs_knot texture_s_knot, nurbs_knot texture_t_knot, nurbs_surfaces surface)
-