瀏覽代碼

Update for new behavior

Paul Masson 7 年之前
父節點
當前提交
0b0760427f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/geometries/ParametricGeometry.html

+ 1 - 1
docs/api/geometries/ParametricGeometry.html

@@ -47,7 +47,7 @@
 
 		<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>