ImmediateGeometry.addSphere

Simple helper to draw a uvsphere, with given latitudes, longitude and radius.

struct ImmediateGeometry
@nogc nothrow
void
addSphere
(
in long lats
,
in long lons
,
in double radius
,
in bool add_uv = true
)

Meta