Summary
Adds indices, vertices, and normals to form a ring on the XY plane with the specified parameters.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshUtilities
Syntax
public static void BuildRingXY(MeshBuilder builder, int sides, float innerRadius, float outerRadius)
Parameters
Name | Type | Description |
---|---|---|
builder | MeshBuilder | |
sides | int | |
innerRadius | float | |
outerRadius | float |
Return Value
Type | Description |
---|---|
void |