Handbook
Glossary
draw-triangles ( ns vs is -- )
Vocabulary
bunny
.
model
Inputs
ns
an
object
vs
an
object
is
an
object
Outputs
None
Definition
USING:
kernel
opengl.demo-support
opengl.gl
sequences
;
IN:
bunny.model
:
draw-triangles
( ns vs is -- )
GL_TRIANGLES
[
[
(draw-triangle)
]
2with
each
]
do-state
;