We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2accaf8 commit eca6218Copy full SHA for eca6218
1 file changed
nurbs.scad
@@ -1763,12 +1763,12 @@ module nurbs_vnf(patch, degree, splinesteps=16, weights, type="clamped", mult, k
1763
// ];
1764
// nurbs_interp_surface(surface, 3, col_wrap = true, normal1 = DOWN*4, normal2 = UP*2);
1765
//
1766
-// Example(3D,Med,VPR=[80,0,45],VPT=[0,0,20],VPD = 320): Controlling end shape with normals.
+// Example(3D,Med,VPR=[80,0,45],VPT=[0,0,20],VPD = 320): A more extreme example of controlling end shape with normals.
1767
// surface = [ repeat([0,0,-15],14),
1768
// for(i=[0:4]) zrot(i*15,path3d(star(or=15,ir=13, n=7),i*15)),
1769
// repeat([0,0,5*15],14)
1770
1771
-// nurbs_interp_surface(surface, 3, col_wrap = true, normal1 = DOWN*4, normal2 = UP*2+RIGHT*4);
+// nurbs_interp_surface(surface, 3, col_wrap = true, normal1 = DOWN*4, normal2 = 5*UP+2*RIGHT);
1772
1773
// Example(3D): EGG Smooth parametric ovoid. ~103 long, ~82 wide. 9 rings × 8 angles
1774
// egg = [for (i = [0:8])
0 commit comments