Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parametric geometry documentation for new behavior #13846

Merged
merged 2 commits into from Apr 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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