Summary
Adds a new vertex with its position at `builder.Vertices[vertex]` and the specified `normal` value.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshUtilities
Syntax
public static void DuplicateVertex(MeshBuilder builder, int vertex, Vector3 normal)
Parameters
Name | Type | Description |
---|---|---|
builder | MeshBuilder | |
vertex | int | |
normal | Vector3 |
Return Value
Type | Description |
---|---|
void |