提交 495f2687 编写于 作者: G Greg Tatum

Plane.applyMatrix4 refactored a new Matrix3()

上级 e4c393fc
......@@ -57,10 +57,10 @@
<h3>.applyMatrix4([page:Matrix4 matrix], [page:Matrix3 optionalNormalMatrix]) [page:Plane this]</h3>
<div>
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>
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>
var optionalNormalMatrix = new THREE.Matrix3().getNormalMatrix( matrix )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册