SimpleMeshGeneratorGenerateSphere(Double, Int32, Int32, Boolean, Vector3F, Int32) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void GenerateSphere(
double radius,
int hSegments,
int vSegments,
bool insideOut,
out Vector3F[] positions,
out int[] indices
)
Parameters
- radius Double
-
- hSegments Int32
-
- vSegments Int32
-
- insideOut Boolean
-
- positions Vector3F
-
- indices Int32
-
See Also