Skip to content

Commit

Permalink
Update for new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Apr 13, 2018
1 parent 0b07604 commit 435999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/geometries/ParametricBufferGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Constructor</h2>

<h3>[name]([param:Function func], [param:Integer slices], [param:Integer stacks])</h3>
<p>
func — A function that takes in a [page:Float u] and [page:Float v] value each between 0 and 1 and returns a [page:Vector3]<br />
func — A function that takes in a [page:Float u] and [page:Float v] value each between 0 and 1 and modifies a third [page:Vector3] argument<br />
slices — The count of slices to use for the parametric function <br />
stacks — The count of stacks to use for the parametric function
</p>
Expand Down

0 comments on commit 435999e

Please sign in to comment.