Summary
Adds indices for 3 triangles in a fan starting at the current vertex count: [+0][+1][+2] and [+0][+2][+3] and [+0][+3][+4].
You will generally want to call this method before adding the associated vertices.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshBuilder
Syntax
public void Index3Triangles(int subMesh = 0)
Parameters
Name | Type | Description |
---|---|---|
subMesh | int |
Return Value
Type | Description |
---|---|
void |