(
GLenum ( mode ))-> void
glBegin(
mode)
Begin GL geometry-definition mode, disable automatic error checkingglEnd
(
)
Finish GL geometry-definition mode, re-enable automatic error checkingParameters Variables Description mode
Specifies the primitive or primitives that will be created from vertices presented between
glBeginand the subsequent
glEnd. Ten symbolic constants are accepted:
GL_POINTS,
GL_LINES,
GL_LINE_STRIP,
GL_LINE_LOOP,
GL_TRIANGLES,
GL_TRIANGLE_STRIP,
GL_TRIANGLE_FAN,
GL_QUADS,
GL_QUAD_STRIP, and
GL_POLYGON.
Sample Code ReferencesThe 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.
glBegin
Glinter Widget.pyLines:
211, 225, 249, 395, 408, 422, 850 pyBzEdit pyBzEdit.pyLines:
445, 462, 531, 608, 614, 632, 674, 699glEnd
Glinter Widget.pyLines:
216, 239, 259, 400, 413, 431, 855 pyBzEdit pyBzEdit.pyLines:
460, 468, 597, 612, 618, 639, 696, 710RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4