Click or drag to resize

SimpleMeshGeneratorBuildFacesForGeoSphere Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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