提交 72c7fa49 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10740 from m4jing/patch-5

fix typos and syntax errors
......@@ -10,7 +10,7 @@
<body>
<h1>[name]</h1>
<div>
<p>All objects by default automatically update their matrices if the have been added to the scene with</p>
<p>All objects by default automatically update their matrices if they have been added to the scene with</p>
<code>
var object = new THREE.Object3D;
scene.add( object );
......@@ -44,8 +44,8 @@ object.updateMatrix();
work with.
</p>
<p>
With regards to updating BufferGeometries, the most important thing to understand is that you
you cannot resize buffers (this is very costly, basically the equivalent to creating new a geometry).
With regards to updating BufferGeometries, the most important thing to understand is that
you cannot resize buffers (this is very costly, basically the equivalent to creating a new geometry).
You can however update the content of buffers.
</p>
<p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册