Package jgl.glu
Class nurbs_ct_curvs
java.lang.Object
jgl.glu.nurbs_ct_curvs
nurbs_ct_curvs is one of the GLU NURBS class of JavaGL 2.1.
- Version:
- 0.1, 11 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Modifier and TypeFieldDescriptionint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
augment
(nurbs_curves curve) void
convert
(nurbs_knot geom_knot, nurbs_knot color_knot, nurbs_knot normal_knot, nurbs_knot texture_knot, nurbs_curves curve) void
draw
(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)
-
Field Details
-
geom
-
color
-
normal
-
texture
-
bezier_cnt
public int bezier_cnt
-
-
Constructor Details
-
nurbs_ct_curvs
public nurbs_ct_curvs()
-
-
Method Details
-
draw
-
augment
-
convert
public void convert(nurbs_knot geom_knot, nurbs_knot color_knot, nurbs_knot normal_knot, nurbs_knot texture_knot, nurbs_curves curve)
-