Browse Source

BufferGeometryUtils: Update params in docs.

Don McCurdy 7 years ago
parent
commit
f006c62a60
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/examples/BufferGeometryUtils.html

+ 3 - 3
docs/examples/BufferGeometryUtils.html

@@ -17,7 +17,7 @@
 
 
     <h2>Methods</h2>
     <h2>Methods</h2>
 
 
-    <h3>[method:null computeTangents]( geometry )</h3>
+    <h3>[method:null computeTangents]( [param:BufferGeometry geometry] )</h3>
     <div>
     <div>
     geometry -- A [page:BufferGeometry BufferGeometry] instance, which must have index, position, normal, and uv attributes.<br /><br />
     geometry -- A [page:BufferGeometry BufferGeometry] instance, which must have index, position, normal, and uv attributes.<br /><br />
 
 
@@ -25,7 +25,7 @@
 
 
     </div>
     </div>
 
 
-    <h3>[method:BufferGeometry mergeBufferGeometries]( geometries )</h3>
+    <h3>[method:BufferGeometry mergeBufferGeometries]( [param:Array geometries] )</h3>
     <div>
     <div>
     geometries -- Array of [page:BufferGeometry BufferGeometry] instances.<br /><br />
     geometries -- Array of [page:BufferGeometry BufferGeometry] instances.<br /><br />
 
 
@@ -34,7 +34,7 @@
 
 
     </div>
     </div>
 
 
-    <h3>[method:BufferAttribute mergeBufferAttributes]( attributes )</h3>
+    <h3>[method:BufferAttribute mergeBufferAttributes]( [param:Array attributes] )</h3>
     <div>
     <div>
     attributes -- Array of [page:BufferAttribute BufferAttribute] instances.<br /><br />
     attributes -- Array of [page:BufferAttribute BufferAttribute] instances.<br /><br />