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

Merge pull request #14064 from paulmasson/patch-2

Docs: Clarify fromGeometry/fromDirectGeometry re: faces
......@@ -248,19 +248,19 @@
<h3>[method:null dispose]()</h3>
<p>
Disposes the object from memory. <br />
You need to call this when you want the bufferGeometry removed while the application is running.
You need to call this when you want the BufferGeometry removed while the application is running.
</p>
<h3>[method:BufferGeometry fromDirectGeometry]( [param:Geometry] )</h3>
<p>
Populates this BufferGeometry with data from a [page:DirectGeometry] object.<br /><br />
Populates this BufferGeometry with data from a [page:DirectGeometry] object containing faces. Not implemented for a line geometry.<br /><br />
Note: [page:DirectGeometry] is mainly used as an intermediary object for converting between [page:Geometry]
and BufferGeometry.
</p>
<h3>[method:BufferGeometry fromGeometry]( [param:Geometry] )</h3>
<p>Populates this BufferGeometry with data from a [page:Geometry] object.</p>
<p>Populates this BufferGeometry with data from a [page:Geometry] object containing faces. Not implemented for a line geometry.</p>
<h3>[method:BufferAttribute getAttribute]( [param:String name] )</h3>
<p>Returns the [page:BufferAttribute attribute] with the specified name.</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册