Bladeren bron

Matrix3/Matrix4: Correct docs

Mugen87 9 jaren geleden
bovenliggende
commit
506868c82e
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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>
 
-		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute], [page:Number offset], [page:Number count] )</h3>
+		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute] )</h3>
 		<div>
 		[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>
 
-		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute], [page:Number offset], [page:Number count] )</h3>
+		<h3>[method:Array applyToBufferAttribute]( [page:BufferAttribute attribute] )</h3>
 		<div>
 		[page:BufferAttribute attribute] - An attribute of floats that represent 3D vectors.<br /><br />
 

粤ICP备19079148号