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