Sphere.Sphere

void Sphere(Vec3 center, float diameter)

Creates a sphere using a center point and a diameter!

   
Vec3 center Center of the sphere.
float diameter Diameter is in meters. Twice the radius, the distance from one side of the sphere to the other when drawing a line through the center of the sphere.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!