Click or drag to resize

SimpleMeshGeneratorGenerateIcoSphere Method (Double, Int32, Boolean, Vector3F, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void GenerateIcoSphere(
	double radius,
	int subdivisions,
	bool insideOut,
	out Vector3F[] positions,
	out int[] indices
)

Parameters

radius
Type: SystemDouble
subdivisions
Type: SystemInt32
insideOut
Type: SystemBoolean
positions
Type: NeoAxisVector3F
indices
Type: SystemInt32
See Also