Method CreateSphere
CreateSphere(double, int, int, bool)
Create a new sphere
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateSphere(double radius, int subdivisionLatitude = 16, int subdivisionLongitude = 16, bool generateUV = true)
Parameters
| Type | Name | Description |
|---|---|---|
| double | radius | Radius of the Sphere |
| int | subdivisionLatitude | Subdivision of the Sphere on the Latitude |
| int | subdivisionLongitude | Subdivision of the Sphere on the Longitude |
| bool | generateUV | Generation of the UV |
Returns
| Type | Description |
|---|---|
| uint |