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
pointa pair of integers


Outputs
None

Word description
Wrapper for glTranslated taking a point object.

Definition