Summary
Adds the specified translation to all vertices from the specified start index up to the current vertex count.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshUtilities
Syntax
public static void TranslateVertices(MeshBuilder builder, Vector3 translation, int start)
Parameters
Name | Type | Description |
---|---|---|
builder | MeshBuilder | |
translation | Vector3 | |
start | int |
Return Value
Type | Description |
---|---|
void |