1.
Python: module OpenGL.arrays.numbers
Allows the user to pass a bald Python float,int, etceteras as an array-of-1. Method resolution order: NumberHandler · FormatHandler · object ...
2.
Python: package OpenGL.WGL
Jul 20, 2002 ... c:\bin\lang\py22\lib\site-packages\opengl\wgl\__init__.py ... __init__ -- This module provides access to the WGL API. ...
3.
Python: package OpenGL.WGL
Jul 20, 2002 ... c:\bin\lang\py22\lib\site-packages\opengl\wgl\__init__.py ... __init__ -- This module provides access to the WGL API. ...
4.
OpenGL.GLUT
glutBitmapCharacter: renders a bitmap character using OpenGL. ... glutSolidCone, glutWireCone: render a solid or wireframe cone respectively. ...
5.
glBegin
glBegin, glEnd — delimit the vertices of a primitive or a group of like primitives .... Modes that require a certain multiple of vertices are GL_LINES (2), ...
6.
glFrustum
glFrustum — multiply the current matrix by a perspective matrix ... glFrustum describes a perspective matrix that produces a perspective projection. ...
7.
glRasterPos
void glRasterPos3f, (, GLfloat x , GLfloat y , GLfloat z ); .... glRasterPos3f. OpenGLContext/scenegraph/text/wglfont.py Ln#359369372378381. ...
8.
OpenGL.GL.glRasterPos etc.
glRasterPos2d, glRasterPos2f, glRasterPos2i, glRasterPos2s, glRasterPos3d, ... void glRasterPos2d( GLdouble x, GLdouble y ) void glRasterPos2f( GLfloat x, ...
9.
glRasterPos
glRasterPos2d, glRasterPos2f, glRasterPos2i, glRasterPos2s, glRasterPos3d, ... glRasterPos2i, (, x , y ) → None. glRasterPos2s, (, x , y ) → None ...
10.
glRotate
glRotated, glRotatef — multiply the current matrix by a rotation matrix ... glRotatef. OpenGL/Demo/GLE/cone.py Ln#21,22; OpenGL/Demo/GLE/helix.py Ln#25,26 ...