Function VisualServerSingleton.makeSphereMesh

Returns a mesh of a sphere with the given amount of horizontal and vertical subdivisions.

RID makeSphereMesh (
  const(long) latitudes,
  const(long) longitudes,
  const(double) radius
) nothrow @nogc;