VisualServerSingleton.makeSphereMesh

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

struct VisualServerSingleton
@nogc nothrow
RID
makeSphereMesh
(
in long latitudes
,
in long longitudes
,
in double radius
)

Meta