提交 3b158343 编写于 作者: W WestLangley

Clarification

上级 5360a81b
......@@ -119,12 +119,13 @@
<h3>[property:Object drawRange]</h3>
<p>
Used to determine what part of the geometry should be rendered. This should not
be set directly, instead use [page:.setDrawRange].<br />
Default is
Determines the part of the geometry to render. This should not
be set directly, instead use [page:.setDrawRange]. Default is
<code>
{ start: 0, count: Infinity }
</code>
For non-indexed BufferGeometry, count is the number of vertices to render.
For indexed BufferGeometry, count is the number of indices to render.
</p>
<h3>[property:Array groups]</h3>
......@@ -316,7 +317,8 @@
<p>Set the [page:.index] buffer.</p>
<h3>[method:null setDrawRange] ( [param:Integer start], [param:Integer count] )</h3>
<p>Set the [page:.drawRange] buffer. See that property for details.</p>
<p>Set the [page:.drawRange] property. For non-indexed BufferGeometry, count is the number of vertices to render.
For indexed BufferGeometry, count is the number of indices to render.</p>
<h3>[method:BufferGeometry setFromObject] ( [param:Object3D object] )</h3>
<p>Sets the attributes for this BufferGeometry from an [page:Object3D].</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册