Click or drag to resize

ShapeHelperSphere Method

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Sphere(
	Vector3 center,
	float radius,
	int stacks,
	int slices,
	out Vector3[] vertices,
	out int[] indices
)

Parameters

center
Type: Clio.UtilitiesVector3
radius
Type: SystemSingle
stacks
Type: SystemInt32
slices
Type: SystemInt32
vertices
Type: Clio.UtilitiesVector3
indices
Type: SystemInt32
See Also