draw-moon ( radius rotation orbit-radius orbit-rotation -- )


Vocabulary
rlgl.demo

Inputs
radiusan object
rotationan object
orbit-radiusan object
orbit-rotationan object


Outputs
None

Definition


: draw-moon
( radius rotation orbit-radius orbit-rotation -- )
0.0 1.0 0.0 rl-rotatef 0.0 0.0 rl-translatef
0.0 1.0 0.0 rl-rotatef dup dup rl-scalef
LIGHTGRAY draw-sphere-basic ;