Handbook
Glossary
draw-earth ( radius rotation -- )
Vocabulary
rlgl
.
demo
Inputs
radius
an
object
rotation
an
object
Outputs
None
Definition
USING:
kernel
raylib
rlgl
;
IN:
rlgl.demo
:
draw-earth
( radius rotation -- )
0.25 1.0 0.0
rl-rotatef
dup
dup
rl-scalef
BLUE
draw-sphere-basic
;