Skip to content

Commit

Permalink
Merge pull request #13846 from paulmasson/patch-1
Browse files Browse the repository at this point in the history
Update parametric geometry documentation for new behavior
  • Loading branch information
mrdoob committed Apr 13, 2018
2 parents c02ab35 + 435999e commit 85c1ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/geometries/ParametricBufferGeometry.html
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
2 changes: 1 addition & 1 deletion docs/api/geometries/ParametricGeometry.html
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 85c1ed2

Please sign in to comment.