浏览代码

Matrix3/Matrix4: Correct docs

Mugen87 8 年之前
父节点
当前提交
506868c82e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/api/math/Matrix3.html
  2. 1 1
      docs/api/math/Matrix4.html

+ 1 - 1
docs/api/math/Matrix3.html

@@ -72,7 +72,7 @@ m.elements = [ 11, 21, 31,
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 
-		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute], [page:Number offset], [page:Number count] )</h3>
+		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute] )</h3>
 		<div>
 		<div>
 		[page:BufferAttribute attribute] - An attribute of floats that represent 3D vectors.<br /><br />
 		[page:BufferAttribute attribute] - An attribute of floats that represent 3D vectors.<br /><br />
 
 

+ 1 - 1
docs/api/math/Matrix4.html

@@ -110,7 +110,7 @@ m.elements = [ 11, 21, 31, 41,
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 
-		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute], [page:Number offset], [page:Number count] )</h3>
+		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute] )</h3>
 		<div>
 		<div>
 		[page:BufferAttribute attribute] - An attribute of floats that represent 3D vectors.<br /><br />
 		[page:BufferAttribute attribute] - An attribute of floats that represent 3D vectors.<br /><br />