Handbook
Glossary
polygon ( vertices -- )
Vocabulary
L-system
Inputs
vertices
an
object
Outputs
None
Definition
USING:
opengl.gl
sequences
;
IN:
L-system
:
polygon
( vertices -- )
GL_POLYGON
glBegin
[
first3
glVertex3d
]
each
glEnd
;