We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00d44b commit 12e6b0bCopy full SHA for 12e6b0b
docs/manual/zh/introduction/How-to-update-things.html
@@ -100,7 +100,7 @@ <h2>BufferGeometry</h2>
100
如果要在第一次渲染后更改position数值,则需要像这样设置needsUpdate标志:
101
</p>
102
<code>
103
-positionAttribute.needsUpdate = true; // required after the first render // 需要加在第一次渲染之后
+positionAttribute.needsUpdate = true; // 需要加在第一次渲染之后
104
</code>
105
106
<p>
0 commit comments