Table of Contents

Method DrawSphere

Namespace
Box3D
Assembly
Box3D.NET.dll

DrawSphere(Vector3, float, DebugColor, float)

Draws a sphere.

void DrawSphere(Vector3 center, float radius, DebugColor color, float alpha)

Parameters

center Vector3

The centre, in world space.

radius float

The radius.

color DebugColor

The suggested colour.

alpha float

The suggested opacity, 0 to 1.