Ver código fonte

Plane.applyMatrix4 refactored a new Matrix3()

Greg Tatum 11 anos atrás
pai
commit
495f268763
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/api/math/Plane.html

+ 2 - 2
docs/api/math/Plane.html

@@ -57,10 +57,10 @@
 		<h3>.applyMatrix4([page:Matrix4 matrix], [page:Matrix3 optionalNormalMatrix]) [page:Plane this]</h3>
 		<h3>.applyMatrix4([page:Matrix4 matrix], [page:Matrix3 optionalNormalMatrix]) [page:Plane this]</h3>
 		<div>
 		<div>
 		matrix -- [Page:Matrix4] to apply <br />
 		matrix -- [Page:Matrix4] to apply <br />
-		optionalNormalMatrix -- (optional) normal [Page:Matrix3] of the Matrix4 to apply
+		optionalNormalMatrix -- (optional) pre-computed normal [Page:Matrix3] of the Matrix4 to apply
 		</div>
 		</div>
 		<div>
 		<div>
-		Apply a Matrix4 to the plane. The second parameter is optional, but if not provided a new Matrix3 will be created each time this method is called.
+		Apply a Matrix4 to the plane. The second parameter is optional.
 		
 		
 		<code>
 		<code>
 		var optionalNormalMatrix = new THREE.Matrix3().getNormalMatrix( matrix ) 
 		var optionalNormalMatrix = new THREE.Matrix3().getNormalMatrix( matrix )