ImmediateGeometry.addSphere

Simple helper to draw an UV sphere with given latitude, longitude and radius.

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

Meta