Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glScalef ( 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:
glRotated ( angle x y z -- )
Next:
glScaled ( x y z -- )
Vocabulary
opengl.gl
See also
glTranslatef
,
glTranslated
,
glRotatef
,
glRotated
,
glScaled
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glScalef
(
GLfloat
x,
GLfloat
y,
GLfloat
z )
;
inline