glScaled ( x y z -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » OpenGL utility words » OpenGL binding » Modeling transformations

Prev:glScalef ( x y z -- )


Vocabulary
opengl.gl

Inputs
xan object
yan object
zan object


Outputs
None

See also
glTranslatef, glTranslated, glRotatef, glRotated, glScalef

Definition