Handbook
Glossary
draw-forward ( turtle length -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
length
an
object
Outputs
turtle
an
object
Definition
USING:
kernel
opengl.gl
;
IN:
L-system
:
draw-forward
( turtle length -- turtle )
GL_LINES
glBegin
[
record-vertex
]
dip
step-turtle
record-vertex
glEnd
;