Click or drag to resize

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


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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  SphereF
 
hSegments  Int32
 
vSegments  Int32
 
insideOut  Boolean
 
positions  Vector3F
 
indices  Int32
 
See Also