| OpenGLContext.tests | index p:\openglcontext\tests\__init__.py |
Package providing testing and basic feature demonstration modules
| Package Contents | ||
| __init__ -- Package providing testing and basic feature demonstration modules backgroundobject -- Tests operation of basic Background object -> solid color background boxobject -- Tests rendering of the Box scene graph geometry object cubebackgroundobject -- Background object test (image cube background) dek_texturesurf -- DEK's Texturesurf demo flower_geometry -- Provides array data to draw a "flower" glarrayelement -- Test of the glArrayElement function gldrawarrays -- Test of the glDrawArrays function gldrawarrays_string -- Test of the glDrawArrays function using string format for the arrays gldrawelements -- Test of the glDrawElements function gldrawpixels -- Test of the glDrawPixels function including alpha blending glget glgetlight glgetmaterial glgetpixelmap glgetpolygonstipple glinterleavedarrays -- Test of the glInterleavedArrays function glprint -- Test of drawing text to screen using WGL functionality glut_fullscreen -- GLUT full screen test glut_stencil_buffer -- Try to create a context with a stencil buffer under GLUT glutbitmapcharacter -- Glut bitmap fonts... glvertex -- Test of the glVertex function gzpickle_load indexedfaceset_lit_npf -- IndexedFaceSet object test indexedfaceset_lit_npv -- IndexedFaceSet object test indexedfacesetobject -- IndexedFaceSet object test indexedlinesetobject -- IndexedLineSet object test lightobject -- Light object test materialobject -- Texture object test multitexture_1 -- Multi-texturing test/sample nehe1 nehe2 -- NeHe demo 2 nehe3 -- NeHe demo 3 nehe4 -- NeHe demo 4 nehe5 -- NeHe demo 5 nehe6 -- NeHe lesson 6 nehe6_timer -- NeHe lesson 6 using OpenGLContext timer class nehe7 -- NeHe lesson 7 nehe8 -- NeHe lesson 8 nurbsobject -- Nurbs object test point_and_click -- Mouse event handler test/demo pointsetobject -- PointSet object test redbook_alpha redbook_alpha3D redbook_surface redbook_trim saveimage -- Demo of saving images from PyOpenGLSWIG selectrendermode -- SelectRenderMode demonstration code spherebackgroundobject -- Background object (gradient sphere) spincube -- Spinning cube demo, inspired by Pete Shinner's demo... textobject -- Test of text objects (currently unfinished) textureobject -- Texture object test transparentsorted -- Test of transparent, sorted IndexedFaceSet geometry | ||
| Data | ||
| __file__ = r'p:\OpenGLContext\tests\__init__.pyc' __name__ = 'OpenGLContext.tests' __path__ = [r'p:\OpenGLContext\tests'] | ||