Click or drag to resize

SimpleMeshGeneratorGenerateSphere Method (SphereF, Int32, Int32, Boolean, Vector3F, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void GenerateSphere(
	SphereF sphere,
	int hSegments,
	int vSegments,
	bool insideOut,
	out Vector3F[] positions,
	out int[] indices
)

Parameters

sphere
Type: NeoAxisSphereF
hSegments
Type: SystemInt32
vSegments
Type: SystemInt32
insideOut
Type: SystemBoolean
positions
Type: NeoAxisVector3F
indices
Type: SystemInt32
See Also