SimpleMeshGeneratorBuildFacesForGeoSphere Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static SimpleMeshGeneratorFace[] BuildFacesForGeoSphere(
int hSegments,
int vSegments,
int rawVerticesInFace,
int rawVerticesInFaceForMiddle,
int[] indices
)
Parameters
- hSegments Int32
-
- vSegments Int32
-
- rawVerticesInFace Int32
-
- rawVerticesInFaceForMiddle Int32
-
- indices Int32
-
Return Value
SimpleMeshGeneratorFace
See Also