Handbook
Glossary
gl-translate ( point -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Customizing gadget appearance
»
Implementing custom drawing logic
»
OpenGL utility words
Prev:
gl-color ( color -- )
Next:
bind-texture-unit ( id target unit -- )
Vocabulary
opengl
Inputs
point
a pair of integers
Outputs
None
Word description
Wrapper for
glTranslated
taking a point object.
Definition
USING:
opengl.gl
sequences
;
IN:
opengl
:
gl-translate
( point -- )
first2
0.0
glTranslated
;