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