Function ImmediateGeometry.addSphere
Simple helper to draw an UV sphere with given latitude, longitude and radius.
void addSphere
(
const(long) lats,
const(long) lons,
const(double) radius,
const(bool) add_uv = true
) nothrow @nogc;