Signature
Parameters
Variables | Description |
---|---|
s, t, r, q |
Specify
s
,
t
,
r
, and
q
texture coordinates.
Not all parameters are present in all forms of the command.
|
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.
glTexCoord
glTexCoord1f
glTexCoord2d
glTexCoord2dv
glTexCoord2f
OpenGLContext
tests/nehe7.py
Lines: 180, 181, 182, 183, 186, 187, 188, 189, 192, 193, 194, 195, 198, 199, 200, 201, 204, 205, 206, 207...
OpenGLContext
tests/nehe6_convolve.py
Lines: 161, 162, 163, 164, 166, 167, 168, 169, 171, 172, 173, 174, 176, 177, 178, 179, 181, 182, 183, 184...
OpenGLContext
tests/nehe6_timer.py
Lines: 107, 108, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 122, 123, 124, 125, 127, 128, 129, 130...
OpenGLContext
tests/nehe8.py
Lines: 187, 188, 189, 190, 193, 194, 195, 196, 199, 200, 201, 202, 205, 206, 207, 208, 211, 212, 213, 214...
OpenGLContext
tests/nehe6.py
Lines: 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 107, 108, 109, 110, 112, 113, 114, 115...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson41.py
Lines: 227, 228, 229, 230, 240, 241, 242, 243, 250, 251, 252, 253, 260, 261, 262, 263, 270, 271, 272, 273
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson6.py
Lines: 126, 127, 128, 129, 132, 133, 134, 135, 138, 139, 140, 141, 144, 145, 146, 147, 150, 151, 152, 153...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson18.py
Lines: 144, 145, 146, 147, 150, 151, 152, 153, 156, 157, 158, 159, 162, 163, 164, 165, 168, 169, 170, 171...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson23.py
Lines: 96, 97, 98, 99, 103, 104, 105, 106, 110, 111, 112, 113, 117, 118, 119, 120, 124, 125, 126, 127...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson12.py
Lines: 75, 76, 77, 78, 80, 81, 82, 83, 85, 86, 87, 88, 90, 91, 92, 93, 95, 96, 97, 98...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson16.py
Lines: 109, 110, 111, 112, 115, 116, 117, 118, 121, 122, 123, 124, 127, 128, 129, 130, 133, 134, 135, 136...
{LGPL} VisionEgg
VisionEgg/SphereMap.py
Lines: 475, 478, 481, 484, 757, 760, 763, 766, 1117, 1120, 1123, 1126
{LGPL} VisionEgg
VisionEgg/Textures.py
Lines: 1496, 1499, 1502, 1505, 1608, 1611, 1614, 1617, 1830, 1833, 1836, 1839, 1855, 1858, 1861, 1864, 1869, 1872, 1875, 1878...
{LGPL} Pyggel
pyggel/geometry.py
Lines: 210, 212, 214, 216, 219, 221, 223, 225, 270, 272, 274, 276, 279, 281, 283, 285, 433
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/Experiments/Cubes.py
Lines: 188, 189, 190, 191, 195, 196, 197, 198, 201, 202, 203, 204, 207, 208, 209, 210, 213, 214, 215, 216...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/Display3D.py
Lines: 487, 488, 489, 490
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/TexPlane.py
Lines: 149, 150, 151, 152
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/PygameWrapperPlane.py
Lines: 159, 160, 161, 162
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/Button3D.py
Lines: 219, 221, 223, 225, 228, 230, 232, 234
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/Display3D.py
Lines: 538, 539, 540, 541
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/TexPlane.py
Lines: 62, 63, 64, 65
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/PygameWrapperPlane.py
Lines: 80, 82, 84, 86
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/Button.py
Lines: 107, 109, 111, 113, 116, 118, 120, 122
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Label.py
Lines: 150, 152, 154, 156, 159, 161, 163, 165
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 849, 850, 851, 852
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/PygameWrapper.py
Lines: 194, 196, 198, 200
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/TexPlane.py
Lines: 101, 102, 103, 104
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Button.py
Lines: 179, 181, 183, 185, 188, 191, 194, 197
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/Utils/Particles3D.py
Lines: 221, 223, 225, 227, 230, 233, 236, 239
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/Button3D.py
Lines: 219, 221, 223, 225, 228, 230, 232, 234
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/PygameWrapperPlane.py
Lines: 80, 82, 84, 86
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/Button.py
Lines: 107, 109, 111, 113, 116, 118, 120, 122
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/Label.py
Lines: 150, 152, 154, 156, 159, 161, 163, 165
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 848, 849, 850, 851
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/PygameWrapper.py
Lines: 194, 196, 198, 200
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/TexPlane.py
Lines: 101, 102, 103, 104
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/Button.py
Lines: 175, 177, 179, 181, 184, 186, 188, 190
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Label.py
Lines: 150, 152, 154, 156, 159, 161, 163, 165
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 848, 849, 850, 851
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/PygameWrapper.py
Lines: 194, 196, 198, 200
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/TexPlane.py
Lines: 101, 102, 103, 104
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Button.py
Lines: 175, 177, 179, 181, 184, 186, 188, 190
glTexCoord2fv
glTexCoord3f