Summary
Adds the specified indices to the specified sub mesh.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshBuilder
Syntax
public void Index3Triangles(int subMesh, int index0, int index1, int index2, int index3, int index4)
Parameters
| Name | Type | Description |
|---|---|---|
| subMesh | int | |
| index0 | int | |
| index1 | int | |
| index2 | int | |
| index3 | int | |
| index4 | int |
Return Value
| Type | Description |
|---|---|
| void |