specify a vertex
Signature
Parameters
| Variables | Description |
|---|---|
| x, y, z, w |
Specify
x
,
y
,
z
, and
w
coordinates of a vertex.
Not all parameters are present in all forms of the command.
|
Parameters
- v
-
Specifies a pointer to an array of two, three, or four elements. The elements of a two-element array are and ; of a three-element array, , , and ; and of a four-element array, , , , and .
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.
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: 228, 229, 230, 231, 250, 251, 252, 253, 271, 272, 273, 274
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Examples/SoC2006/THF/MiniExamples/OpenGLComponent.py
Lines: 34, 46, 47, 48, 49
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Examples/SoC2006/THF/Checkers/CheckersBoard.py
Lines: 50, 51, 52, 53
{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
Sketches/CL/Topology3D/THF/Examples/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/THF/Packages/Examples/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
glVertex2d
glVertex2dv
glVertex2f
{LGPL} VisionEgg
VisionEgg/Textures.py
Lines: 1440, 1443, 1446, 1449, 1773, 1776, 1779, 1782, 1798, 1801, 1804, 1807, 1812, 1815, 1818, 1821
{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...
{GPL} GLChess
src/lib/scene/opengl/opengl.py
Lines: 571, 572, 573, 574, 614, 615, 616, 617, 619, 620, 621, 622
Visvis
functions/boxplot.py
Lines: 266, 267, 268, 269, 274, 275, 277, 278, 279, 280, 282, 283, 284, 285, 307, 333, 334, 335, 336
glVertex2fv
glVertex2i
{LGPL} PyUI
pyui/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
{LGPL} PyUI2
renderers/openglBase.py
Lines: 140, 141, 142, 143, 155, 157, 159, 161, 168, 169, 186, 188, 190, 192, 231, 233, 235, 237
glVertex3d
glVertex3dv
glVertex3f
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/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/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...
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/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/nehe7.py
Lines: 180, 181, 182, 183, 186, 187, 188, 189, 192, 193, 194, 195, 198, 199, 200, 201, 204, 205, 206, 207...
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...
OpenGL-Demo
PyOpenGL-Demo/GLUT/gears.py
Lines: 29, 30, 31, 32, 40, 41, 42, 43, 52, 53, 54, 55, 63, 64, 65, 66, 73, 74, 81, 82...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson5.py
Lines: 99, 101, 103, 106, 108, 110, 113, 115, 117, 121, 123, 125, 136, 137, 138, 139, 142, 143, 144, 145...
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/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/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/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/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/lesson16.py
Lines: 109, 110, 111, 112, 115, 116, 117, 118, 121, 122, 123, 124, 127, 128, 129, 130, 133, 134, 135, 136...
OpenGL-Demo
PyOpenGL-Demo/NeHe/lesson6-multi.py
Lines: 165, 166, 167, 168, 171, 172, 173, 174, 177, 178, 179, 180, 183, 184, 185, 186, 189, 190, 191, 192...
Glinter
Widget.py
Lines: 212, 213, 214, 215, 227, 229, 230, 232, 233, 235, 236, 238, 251, 252, 254, 255, 257, 258, 396, 397...
{Artistic License} PymmLib
mmLib/OpenGLDriver.py
Lines: 413, 418, 424, 425, 482, 483, 519, 520, 524, 525, 529, 530, 565, 566, 567, 568, 569, 570
pyBzEdit
pyBzEdit.py
Lines: 451, 452, 458, 459, 464, 465, 466, 467, 549, 550, 551, 552, 558, 559, 560, 561, 567, 568, 569, 570...
{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} VisionEgg
VisionEgg/MoreStimuli.py
Lines: 129, 130, 131, 132, 166, 167, 168, 169, 325, 326, 327, 328, 332, 333, 334, 368, 369, 370, 371, 372...
{GPL} GLChess
src/lib/scene/opengl/opengl.py
Lines: 705, 707, 709, 711, 849, 851, 853, 855, 879, 880, 881, 882
{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/UI/OpenGL/OpenGLDisplay.py
Lines: 848, 849, 850, 851
{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/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/TexPlane.py
Lines: 101, 102, 103, 104
{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/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/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
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/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/Utils/Particles3D.py
Lines: 194, 195, 196, 197, 199, 200, 201, 202, 204, 205, 206, 207, 209, 210, 211, 212, 222, 224, 226, 228...
{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/Examples/simplecube/simplecube_controlled.py
Lines: 111, 112, 113, 114, 117, 118, 119, 120, 123, 124, 125, 126, 129, 130, 131, 132, 135, 136, 137, 138...
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Examples/simplecube/simplecube.py
Lines: 50, 51, 52, 53, 56, 57, 58, 59, 62, 63, 64, 65, 68, 69, 70, 71, 74, 75, 76, 77...
{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/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/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/TexPlane.py
Lines: 101, 102, 103, 104
{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/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/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/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/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/Sketches/PygameWrapperPlane.py
Lines: 159, 160, 161, 162
{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/TexPlane.py
Lines: 149, 150, 151, 152
{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/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/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/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/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/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/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/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/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/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/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/Display3D.py
Lines: 487, 488, 489, 490, 500, 501, 502, 503, 505, 506, 507, 508
{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/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/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/PygameWrapperPlane.py
Lines: 81, 83, 85, 87
{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/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/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/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/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/TexPlane.py
Lines: 101, 102, 103, 104
{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/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/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/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/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/simplecube/simplecube_controlled.py
Lines: 111, 112, 113, 114, 117, 118, 119, 120, 123, 124, 125, 126, 129, 130, 131, 132, 135, 136, 137, 138...
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/simplecube/simplecube.py
Lines: 50, 51, 52, 53, 56, 57, 58, 59, 62, 63, 64, 65, 68, 69, 70, 71, 74, 75, 76, 77...
{LGPL or GPL or MPL} Kamaelia
Sketches/MPS/Old/SoC/simplecube.py
Lines: 86, 87, 88, 89, 92, 93, 94, 95, 98, 99, 100, 101, 104, 105, 106, 107, 110, 111, 112, 113...
glVertex3fv
{GPL} GLChess
src/lib/scene/opengl/builtin_models.py
Lines: 239, 243, 247, 256, 260, 263, 264, 274, 278, 282, 286, 318
glVertex4dv
glVertex4f
