SpherePrimitive

public class SpherePrimitive : Primitive
{
    // Center position of the sphere in world space
    public Vector3F center;

    // Radius of the sphere
    public float radius;
}