未验证 提交 e4d28a30 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13184 from miguelriemoliveira/dev

Matrix4 - fix documentation on matrix and matrixWorld
......@@ -26,11 +26,10 @@
Every [page:Object3D] has three associated Matrix4s:
<ul>
<li>
[page:Object3D.matrix]: This stores the local transform of the object.
[page:Object3D.matrix]: This stores the local transform of the object. This is the object's transformation relative to its parent.
</li>
<li>
[page:Object3D.matrixWorld]: The global or world transform of the object. This is the object's transformation relative to its parent.
If the object has no parent, then this is identical to the local transform.
[page:Object3D.matrixWorld]: The global or world transform of the object. If the object has no parent, then this is identical to the local transform stored in [page:Object3D.matrix matrix].
</li>
<li>
[page:Object3D.modelViewMatrix]: This represents the object's transformation relative to the camera's coordinate system.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册