Simple3DRendererAddSphere Method (Sphere, Int32, Boolean, Double) |
Renders a sphere.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void AddSphere(
Sphere sphere,
int segments = 32,
bool solid = false,
double lineThickness = 0
)
Parameters
- sphere
- Type: NeoAxisSphere
The sphere - segments (Optional)
- Type: SystemInt32
The count of lines in circles of sphere. - solid (Optional)
- Type: SystemBoolean
- lineThickness (Optional)
- Type: SystemDouble
See Also