Click or drag to resize

SimpleMeshGeneratorBuildFacesForGeoSphere Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static SimpleMeshGeneratorFace[] BuildFacesForGeoSphere(
	int hSegments,
	int vSegments,
	int rawVerticesInFace,
	int rawVerticesInFaceForMiddle,
	int[] indices
)

Parameters

hSegments
Type: SystemInt32
vSegments
Type: SystemInt32
rawVerticesInFace
Type: SystemInt32
rawVerticesInFaceForMiddle
Type: SystemInt32
indices
Type: SystemInt32

Return Value

Type: SimpleMeshGeneratorFace
See Also