Mesh:setDrawRange
Set the draw range for the Mesh. The draw range is a subset of the vertices of the Mesh that will be drawn.
Mesh:setDrawRange(start, count)
Arguments
Name | Type | Description |
start | number | The first vertex that will be drawn. |
count | number | The number of vertices that will be drawn. |
Returns
Nothing
Remove the draw range, causing the Mesh to draw all of its vertices.
Mesh:setDrawRange()
Arguments
None
Returns
Nothing
See also
Mesh:getDrawRange
Mesh