Skip to content

Commit 75d9448

Browse files
authored
Update README.rst
1 parent e76ec0e commit 75d9448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ There are many things you may want to modify as you grow your own trees. Here ar
9393
base_curve = curves[0]
9494
top_curve = curves[1]
9595
nproduce SetColor(230,0,0) SectionResolution(60)
96-
produce nF(bh, .01, r, base_curve) ^(180) nF(bh/5, .1, r, top_curve)^(180)#S(bh/2,r/15)
96+
produce nF(bh, .01, r, base_curve) ^(180) nF(bh/5, .1, r, top_curve)^(180)
9797
9898
The parameters represent the base height of the apple and the radius of the apple. If you wanted to create a completely new apple geometry, just replace the code in this A section. However, if you simply want to edit the existing shape of the apple, that can be done in the ``make_apple_curve()`` section.
9999

0 commit comments

Comments
 (0)