Handbook
Glossary
gl-ellipse ( center dim -- )
Vocabulary
processing
.
shapes
Inputs
center
an
object
dim
an
object
Outputs
None
Definition
USING:
kernel
opengl.gl
opengl.glu
;
IN:
processing.shapes
:
gl-ellipse
( center dim -- )
glPushMatrix
[
gl-translate-2d
]
[
gl-scale-2d
]
bi*
gluNewQuadric
dup
0 0.5 20 1
gluDisk
gluDeleteQuadric
glPopMatrix
;