Skip to content

Commit

Permalink
Update How-to-update-things.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 10, 2023
1 parent a00d44b commit 12e6b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/zh/introduction/How-to-update-things.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>BufferGeometry</h2>
如果要在第一次渲染后更改position数值,则需要像这样设置needsUpdate标志:
</p>
<code>
positionAttribute.needsUpdate = true; // required after the first render // 需要加在第一次渲染之后
positionAttribute.needsUpdate = true; // 需要加在第一次渲染之后
</code>

<p>
Expand Down

0 comments on commit 12e6b0b

Please sign in to comment.