Merge pull request #1641 from anniekao/patch-4
Update code block in tutorial
This commit is contained in:
commit
55c32395d2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ as it is, and simply chose to not show it.
|
||||||
To accomplish this, update the code and add this one line:
|
To accomplish this, update the code and add this one line:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
paths.neck = new Path()
|
paths.quarterNeck = new Path()
|
||||||
.move(points.right)
|
.move(points.right)
|
||||||
.curve(points.rightCp1, points.bottomCp2, points.bottom)
|
.curve(points.rightCp1, points.bottomCp2, points.bottom)
|
||||||
.setRender(false) // <== Add this line
|
.setRender(false) // <== Add this line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue