multiply the current matrix by a general scaling matrix
Signature
glScaled(
GLdouble (
x
)
,
GLdouble (
y
)
,
GLdouble (
z
)
)-> void
glScalef(
GLfloat (
x
)
,
GLfloat (
y
)
,
GLfloat (
z
)
)-> void
Parameters
Variables | Description |
x, y, z
|
Specify scale factors along the
x
,
y
, and
z
axes, respectively.
|
Sample Code References
The following code samples have been found which appear to reference the
functions described here. Take care that the code may be old, broken or not
even use PyOpenGL.
glScale
{GPL3} OpenGL-Programmable
03-array.py
Lines:
64, 102, 137
{GPL3} OpenGL-Programmable
08-pbo.py
Lines:
159, 217, 263
{GPL3} OpenGL-Programmable
05-shader.py
Lines:
131, 187, 222
{GPL3} OpenGL-Programmable
07-attrib.py
Lines:
148, 206, 241
{GPL3} OpenGL-Programmable
04-vbo.py
Lines:
65, 121, 156
glScaled
glScalef
{LGPL} Pyggel
pyggel/font.py
Lines:
317, 319, 524, 526, 958, 960, 1000, 1002
{LGPL} Pyggel
pyggel/geometry.py
Lines:
145, 148, 151, 301, 303, 305, 451, 453, 579, 581, 583