提交 e5eebdf5 编写于 作者: M Mugen87

Docs: Improve "How to update things" guide.

上级 a4f71bef
......@@ -112,10 +112,11 @@ line.geometry.attributes.position.needsUpdate = true; // required after the firs
</code>
<p>
If you change the position data values after the initial render, you may need to
call `.computeBoundingSphere()` in order to recalculate the geometry's bounding sphere.
If you change the position data values after the initial render, you may need to recompute
bounding volumes so other features of the engine like view frustum culling or helpers properly work.
</p>
<code>
line.geometry.computeBoundingBox();
line.geometry.computeBoundingSphere();
</code>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册