Signature
Parameters
Description
glVertex
commands are used within
glBegin
/
glEnd
pairs to specify
point, line, and polygon vertices. The current color, normal, texture
coordinates, and fog coordinate are associated with the vertex when
glVertex
is called.
When only
and
are specified,
defaults to 0 and
defaults to 1. When
,
,
and
are specified,
defaults to 1.
Notes
See Also
glBegin
,
glCallList
,
glColor
,
glEdgeFlag
,
glEvalCoord
,
glFogCoord
,
glIndex
,
glMaterial
,
glMultiTexCoord
,
glNormal
,
glRect
,
glTexCoord
,
glVertexPointer
Copyright
Copyright
1991-2006
Silicon Graphics, Inc. This document is licensed under the SGI
Free Software B License. For details, see
http://oss.sgi.com/projects/FreeB/
.
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.
glVertex
OpenGLContext
OpenGLContext/scenegraph/text/font.py
Lines: 229, 230, 231, 232, 251, 252, 253, 254, 272, 273, 274, 275
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLComponent.py
Lines: 462, 474, 475, 476, 477
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Examples/OpenGL/MiniExamples/OpenGLComponent.py
Lines: 34, 46, 47, 48, 49
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Examples/OpenGL/Checkers/CheckersBoard.py
Lines: 50, 51, 52, 53
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLComponent.py
Lines: 459, 471, 472, 473, 474
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Examples/Checkers/CheckersBoard.py
Lines: 50, 51, 52, 53
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/OpenGLComponent.py
Lines: 462, 474, 475, 476, 477
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Examples/OpenGL/MiniExamples/OpenGLComponent.py
Lines: 34, 46, 47, 48, 49
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Examples/OpenGL/Checkers/CheckersBoard.py
Lines: 50, 51, 52, 53
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/OpenGLComponent.py
Lines: 459, 471, 472, 473, 474
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Examples/Checkers/CheckersBoard.py
Lines: 50, 51, 52, 53
glVertex2d
glVertex2dv
glVertex2f
{LGPL} VisionEgg
VisionEgg/Textures.py
Lines: 1497, 1500, 1503, 1506, 1831, 1834, 1837, 1840, 1856, 1859, 1862, 1865, 1870, 1873, 1876, 1879
{LGPL} PyMT
pymt/graphx/draw.py
Lines: 165, 166, 171, 174, 177, 178, 183, 186, 189, 190, 195, 198, 201, 202, 207, 210, 270, 315, 316, 317...
Visvis
functions/boxplot.py
Lines: 273, 274, 275, 276, 281, 282, 284, 285, 286, 287, 289, 290, 291, 292, 314, 340, 341, 342, 343
glVertex2fv
glVertex2i
{LGPL} PyUI2
renderers/openglBase.py
Lines: 140, 141, 142, 143, 155, 157, 159, 161, 168, 169, 186, 188, 190, 192, 231, 233, 235, 237
{LGPL} PyUI2
system/openglgraphics.py
Lines: 85, 102, 103, 104, 105, 132, 140, 158, 160, 162, 164, 350, 352, 354, 356
glVertex3d
glVertex3dv
glVertex3f
OpenGLContext
OpenGLContext/scenegraph/gear.py
Lines: 94, 95, 96, 97, 105, 106, 107, 108, 117, 118, 119, 120, 128, 129, 130, 131, 138, 139, 146, 147...
OpenGLContext
tests/nehe6_multi.py
Lines: 128, 129, 130, 131, 133, 134, 135, 136, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151...
OpenGLContext
tests/nehe5.py
Lines: 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 78, 79, 80, 81, 83, 84, 85, 86...
OpenGLContext
tests/nehe6_compressed.py
Lines: 63, 64, 65, 66, 68, 69, 70, 71, 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86...
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_convolve.py
Lines: 162, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 184, 185...
OpenGLContext
tests/nehe7.py
Lines: 181, 182, 183, 184, 187, 188, 189, 190, 193, 194, 195, 196, 199, 200, 201, 202, 205, 206, 207, 208...
OpenGLContext
tests/nehe6_timer.py
Lines: 106, 107, 108, 109, 111, 112, 113, 114, 116, 117, 118, 119, 121, 122, 123, 124, 126, 127, 128, 129...
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/lesson18.py
Lines: 146, 147, 148, 149, 152, 153, 154, 155, 158, 159, 160, 161, 164, 165, 166, 167, 170, 171, 172, 173...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson6.py
Lines: 128, 129, 130, 131, 134, 135, 136, 137, 140, 141, 142, 143, 146, 147, 148, 149, 152, 153, 154, 155...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson41.py
Lines: 229, 230, 231, 232, 242, 243, 244, 245, 252, 253, 254, 255, 262, 263, 264, 265, 272, 273, 274, 275
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson16.py
Lines: 111, 112, 113, 114, 117, 118, 119, 120, 123, 124, 125, 126, 129, 130, 131, 132, 135, 136, 137, 138...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson23.py
Lines: 98, 99, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 119, 120, 121, 122, 126, 127, 128, 129...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson5.py
Lines: 101, 103, 105, 108, 110, 112, 115, 117, 119, 123, 125, 127, 138, 139, 140, 141, 144, 145, 146, 147...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson12.py
Lines: 78, 79, 80, 81, 83, 84, 85, 86, 88, 89, 90, 91, 93, 94, 95, 96, 98, 99, 100, 101...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson6-multi.py
Lines: 168, 169, 170, 171, 174, 175, 176, 177, 180, 181, 182, 183, 186, 187, 188, 189, 192, 193, 194, 195...
OpenGL-Demo
PyOpenGL-Demo/GLUT/gears.py
Lines: 32, 33, 34, 35, 43, 44, 45, 46, 55, 56, 57, 58, 66, 67, 68, 69, 76, 77, 84, 85...
{Artistic License} PymmLib
pymmlib/applications/glutviewer.py
Lines: 86, 87, 88, 89, 98, 99, 100, 101
{Artistic License} PymmLib
pymmlib/mmLib/OpenGLDriver.py
Lines: 420, 425, 431, 432, 489, 490, 526, 527, 531, 532, 536, 537, 572, 573, 574, 575, 576, 577
{LGPL} VisionEgg
VisionEgg/MoreStimuli.py
Lines: 129, 130, 131, 132, 166, 167, 168, 169, 333, 334, 335, 336, 340, 341, 342, 376, 377, 378, 379, 380...
{LGPL} VisionEgg
VisionEgg/SphereMap.py
Lines: 170, 171, 180, 181, 476, 479, 482, 485, 758, 761, 764, 767, 1118, 1121, 1124, 1127, 1159, 1161, 1163, 1165
{LGPL} Pyggel
pyggel/geometry.py
Lines: 130, 211, 213, 215, 217, 220, 222, 224, 226, 271, 273, 275, 277, 280, 282, 284, 286, 436, 564, 637
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/Visualisation/PhysicsGraph3D/Particles3D.py
Lines: 494, 495, 496, 497, 499, 500, 501, 502, 504, 505, 506, 507, 509, 510, 511, 512, 522, 524, 526, 528...
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 871, 872, 873, 874
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/PygameWrapper.py
Lines: 162, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 184, 185...
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/ProgressBar.py
Lines: 113, 114, 115, 116, 118, 119, 120, 121, 123, 124, 125, 126, 128, 129, 130, 131, 145, 146, 147, 148...
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/SkyGrassBackground.py
Lines: 67, 68, 69, 70, 72, 73, 74, 75
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/SimpleCube.py
Lines: 76, 77, 78, 79, 83, 84, 85, 86, 90, 91, 92, 93, 97, 98, 99, 100, 104, 105, 106, 107...
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Button.py
Lines: 148, 149, 150, 151, 153, 154, 155, 156, 158, 159, 160, 161, 163, 164, 165, 166, 176, 178, 180, 182...
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/ArrowButton.py
Lines: 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 92, 93, 94, 96, 97, 98
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/SimpleButton.py
Lines: 110, 111, 112, 113, 115, 116, 117, 118, 120, 121, 122, 123, 125, 126, 127, 128, 132, 133, 134, 135...
{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/Label.py
Lines: 123, 124, 125, 126, 128, 129, 130, 131, 133, 134, 135, 136, 138, 139, 140, 141, 151, 153, 155, 157...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/Utils/Particles3D.py
Lines: 230, 231, 232, 233, 235, 236, 237, 238, 240, 241, 242, 243, 245, 246, 247, 248, 258, 260, 262, 264...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/Experiments/Cubes.py
Lines: 207, 208, 209, 210, 214, 215, 216, 217, 220, 221, 222, 223, 226, 227, 228, 229, 232, 233, 234, 235...
{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: 162, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 184, 185...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/ProgressBar.py
Lines: 113, 114, 115, 116, 118, 119, 120, 121, 123, 124, 125, 126, 128, 129, 130, 131, 145, 146, 147, 148...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/SkyGrassBackground.py
Lines: 67, 68, 69, 70, 72, 73, 74, 75
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/SimpleCube.py
Lines: 76, 77, 78, 79, 83, 84, 85, 86, 90, 91, 92, 93, 97, 98, 99, 100, 104, 105, 106, 107...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Button.py
Lines: 152, 153, 154, 155, 157, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 180, 182, 184, 186...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/ArrowButton.py
Lines: 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 92, 93, 94, 96, 97, 98
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/SimpleButton.py
Lines: 110, 111, 112, 113, 115, 116, 117, 118, 120, 121, 122, 123, 125, 126, 127, 128, 132, 133, 134, 135...
{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/Label.py
Lines: 123, 124, 125, 126, 128, 129, 130, 131, 133, 134, 135, 136, 138, 139, 140, 141, 151, 153, 155, 157...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Examples/simplecube/simplecube_controlled.py
Lines: 129, 130, 131, 132, 135, 136, 137, 138, 141, 142, 143, 144, 147, 148, 149, 150, 153, 154, 155, 156...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Examples/simplecube/simplecube.py
Lines: 67, 68, 69, 70, 73, 74, 75, 76, 79, 80, 81, 82, 85, 86, 87, 88, 91, 92, 93, 94...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/Scrollbar3D.py
Lines: 174, 175, 176, 177, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 199, 200, 201, 202...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/Button3D.py
Lines: 191, 192, 193, 194, 196, 197, 198, 199, 201, 202, 203, 204, 206, 207, 208, 209, 220, 222, 224, 226...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/SimpleCube.py
Lines: 144, 145, 146, 147, 150, 151, 152, 153, 156, 157, 158, 159, 162, 163, 164, 165, 168, 169, 170, 171...
{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/Progress3D.py
Lines: 152, 153, 154, 155, 157, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 182, 183, 184, 185...
{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/Object3D.py
Lines: 128, 129, 130, 131, 134, 135, 136, 137, 140, 141, 142, 143, 146, 147, 148, 149, 152, 153, 154, 155...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/Display3D.py
Lines: 487, 488, 489, 490, 500, 501, 502, 503, 505, 506, 507, 508
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/ProgressBar.py
Lines: 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/SkyGrassBackground.py
Lines: 49, 50, 51, 52, 54, 55, 56, 57
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/SimpleCube.py
Lines: 53, 54, 55, 56, 59, 60, 61, 62, 65, 66, 67, 68, 71, 72, 73, 74, 77, 78, 79, 80...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/Button.py
Lines: 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 108, 110, 112, 114...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/PygameWrapperPlane.py
Lines: 81, 83, 85, 87
{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/Display3D.py
Lines: 538, 539, 540, 541
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/Visualisation/PhysicsGraph3D/Particles3D.py
Lines: 494, 495, 496, 497, 499, 500, 501, 502, 504, 505, 506, 507, 509, 510, 511, 512, 522, 524, 526, 528...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 871, 872, 873, 874
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/PygameWrapper.py
Lines: 162, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 184, 185...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/ProgressBar.py
Lines: 113, 114, 115, 116, 118, 119, 120, 121, 123, 124, 125, 126, 128, 129, 130, 131, 145, 146, 147, 148...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/SkyGrassBackground.py
Lines: 67, 68, 69, 70, 72, 73, 74, 75
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/SimpleCube.py
Lines: 76, 77, 78, 79, 83, 84, 85, 86, 90, 91, 92, 93, 97, 98, 99, 100, 104, 105, 106, 107...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/Button.py
Lines: 148, 149, 150, 151, 153, 154, 155, 156, 158, 159, 160, 161, 163, 164, 165, 166, 176, 178, 180, 182...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/ArrowButton.py
Lines: 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 92, 93, 94, 96, 97, 98
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/SimpleButton.py
Lines: 110, 111, 112, 113, 115, 116, 117, 118, 120, 121, 122, 123, 125, 126, 127, 128, 132, 133, 134, 135...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/TexPlane.py
Lines: 101, 102, 103, 104
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/BugReports/FixTests/Kamaelia/Kamaelia/UI/OpenGL/Label.py
Lines: 123, 124, 125, 126, 128, 129, 130, 131, 133, 134, 135, 136, 138, 139, 140, 141, 151, 153, 155, 157...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/Old/SoC/simplecube.py
Lines: 104, 105, 106, 107, 110, 111, 112, 113, 116, 117, 118, 119, 122, 123, 124, 125, 128, 129, 130, 131...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/simplecube/simplecube_controlled.py
Lines: 128, 129, 130, 131, 134, 135, 136, 137, 140, 141, 142, 143, 146, 147, 148, 149, 152, 153, 154, 155...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/simplecube/simplecube.py
Lines: 67, 68, 69, 70, 73, 74, 75, 76, 79, 80, 81, 82, 85, 86, 87, 88, 91, 92, 93, 94...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/Scrollbar3D.py
Lines: 174, 175, 176, 177, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 199, 200, 201, 202...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/Button3D.py
Lines: 191, 192, 193, 194, 196, 197, 198, 199, 201, 202, 203, 204, 206, 207, 208, 209, 220, 222, 224, 226...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/SimpleCube.py
Lines: 144, 145, 146, 147, 150, 151, 152, 153, 156, 157, 158, 159, 162, 163, 164, 165, 168, 169, 170, 171...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/Progress3D.py
Lines: 152, 153, 154, 155, 157, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 182, 183, 184, 185...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/Object3D.py
Lines: 128, 129, 130, 131, 134, 135, 136, 137, 140, 141, 142, 143, 146, 147, 148, 149, 152, 153, 154, 155...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/Display3D.py
Lines: 487, 488, 489, 490, 500, 501, 502, 503, 505, 506, 507, 508
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/ProgressBar.py
Lines: 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/SkyGrassBackground.py
Lines: 49, 50, 51, 52, 54, 55, 56, 57
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/SimpleCube.py
Lines: 53, 54, 55, 56, 59, 60, 61, 62, 65, 66, 67, 68, 71, 72, 73, 74, 77, 78, 79, 80...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/Button.py
Lines: 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 108, 110, 112, 114...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/3D/playground/PygameWrapperPlane.py
Lines: 81, 83, 85, 87
{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: 162, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 184, 185...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/ProgressBar.py
Lines: 113, 114, 115, 116, 118, 119, 120, 121, 123, 124, 125, 126, 128, 129, 130, 131, 145, 146, 147, 148...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/SkyGrassBackground.py
Lines: 67, 68, 69, 70, 72, 73, 74, 75
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/SimpleCube.py
Lines: 76, 77, 78, 79, 83, 84, 85, 86, 90, 91, 92, 93, 97, 98, 99, 100, 104, 105, 106, 107...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/Button.py
Lines: 148, 149, 150, 151, 153, 154, 155, 156, 158, 159, 160, 161, 163, 164, 165, 166, 176, 178, 180, 182...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/ArrowButton.py
Lines: 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 92, 93, 94, 96, 97, 98
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/SimpleButton.py
Lines: 110, 111, 112, 113, 115, 116, 117, 118, 120, 121, 122, 123, 125, 126, 127, 128, 132, 133, 134, 135...
{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/Label.py
Lines: 123, 124, 125, 126, 128, 129, 130, 131, 133, 134, 135, 136, 138, 139, 140, 141, 151, 153, 155, 157...
glVertex3fv
glVertex4dv
glVertex4f