Handbook
Glossary
draw-polygon ( seq -- )
Vocabulary
processing
.
shapes
Inputs
seq
an
object
Outputs
None
Definition
USING:
kernel
opengl.demo-support
opengl.gl
;
IN:
processing.shapes
:
draw-polygon
( seq -- )
[
fill-mode
GL_POLYGON
[
gl-vertices-2d
]
do-state
]
[
stroke-mode
GL_POLYGON
[
gl-vertices-2d
]
do-state
]
bi
;