godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ImmediateGeometry.addSphere
godot
immediategeometry
ImmediateGeometry
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
Source
See Implementation
godot
immediategeometry
ImmediateGeometry
aliases
BaseClasses
functions
addSphere
addVertex
begin
clear
end
opAssign
opEquals
setColor
setNormal
setTangent
setUv
setUv2
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Simple helper to draw a uvsphere, with given latitudes, longitude and radius.