From 0b0760427fc076e044b8795a04f3f361a07e2392 Mon Sep 17 00:00:00 2001 From: Paul Masson Date: Thu, 12 Apr 2018 18:41:20 -0700 Subject: [PATCH 1/2] Update for new behavior --- docs/api/geometries/ParametricGeometry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/geometries/ParametricGeometry.html b/docs/api/geometries/ParametricGeometry.html index 870be7db3eae85..1243a64e0f7481 100644 --- a/docs/api/geometries/ParametricGeometry.html +++ b/docs/api/geometries/ParametricGeometry.html @@ -47,7 +47,7 @@

Constructor

[name]([param:Function func], [param:Integer slices], [param:Integer stacks])

- 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]
+ 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
slices — The count of slices to use for the parametric function
stacks — The count of stacks to use for the parametric function

From 435999e04e05a91b0aebfaaa1c9baad440844793 Mon Sep 17 00:00:00 2001 From: Paul Masson Date: Thu, 12 Apr 2018 18:43:56 -0700 Subject: [PATCH 2/2] Update for new behavior --- docs/api/geometries/ParametricBufferGeometry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/geometries/ParametricBufferGeometry.html b/docs/api/geometries/ParametricBufferGeometry.html index 534d46eb1aec23..3ba686fe5620cf 100644 --- a/docs/api/geometries/ParametricBufferGeometry.html +++ b/docs/api/geometries/ParametricBufferGeometry.html @@ -47,7 +47,7 @@

Constructor

[name]([param:Function func], [param:Integer slices], [param:Integer stacks])

- 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]
+ 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
slices — The count of slices to use for the parametric function
stacks — The count of stacks to use for the parametric function