Skip to content

Commit eca6218

Browse files
committed
Fix Invalid NURBS Surface example.
1 parent 2accaf8 commit eca6218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nurbs.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,12 +1763,12 @@ module nurbs_vnf(patch, degree, splinesteps=16, weights, type="clamped", mult, k
17631763
// ];
17641764
// nurbs_interp_surface(surface, 3, col_wrap = true, normal1 = DOWN*4, normal2 = UP*2);
17651765
//
1766-
// Example(3D,Med,VPR=[80,0,45],VPT=[0,0,20],VPD = 320): Controlling end shape with normals.
1766+
// Example(3D,Med,VPR=[80,0,45],VPT=[0,0,20],VPD = 320): A more extreme example of controlling end shape with normals.
17671767
// surface = [ repeat([0,0,-15],14),
17681768
// for(i=[0:4]) zrot(i*15,path3d(star(or=15,ir=13, n=7),i*15)),
17691769
// repeat([0,0,5*15],14)
17701770
// ];
1771-
// nurbs_interp_surface(surface, 3, col_wrap = true, normal1 = DOWN*4, normal2 = UP*2+RIGHT*4);
1771+
// nurbs_interp_surface(surface, 3, col_wrap = true, normal1 = DOWN*4, normal2 = 5*UP+2*RIGHT);
17721772
//
17731773
// Example(3D): EGG Smooth parametric ovoid. ~103 long, ~82 wide. 9 rings × 8 angles
17741774
// egg = [for (i = [0:8])

0 commit comments

Comments
 (0)