glRotatef ( angle x y z -- )
Factor documentation > Factor handbook > UI framework > Implementing new gadgets > Customizing gadget appearance > Implementing custom drawing logic > OpenGL utility words > OpenGL binding > Modeling transformations
Prev:glTranslated ( x y z -- )
Next:glRotated ( angle x y z -- )


Vocabulary
opengl.gl

See also
glTranslatef, glTranslated, glRotated, glScalef, glScaled

Definition
USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glRotatef
( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) ; inline