Simple3DRendererAddSphere(Vector3, Double, Int32, Boolean, Double) Method |
Renders a sphere.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void AddSphere(
Vector3 origin,
double radius,
int segments = 32,
bool solid = false,
double lineThickness = 0
)
Parameters
- origin Vector3
- radius Double
- segments Int32 (Optional)
- The count of lines in circles of sphere.
- solid Boolean (Optional)
-
- lineThickness Double (Optional)
-
See Also