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