Interface DrawVertex

Draws primitives.

根据顶点数据绘制图元。

Hierarchy

  • DrawVertex

Properties

__type__: "DrawVertex"

数据类型。

firstVertex?: number

Offset into the vertex buffers, in vertices, to begin drawing from.

默认为 0。

instanceCount?: number

The number of instances to draw.

默认为 1 。

vertexCount: number

The number of vertices to draw.

Generated using TypeDoc