home *** CD-ROM | disk | FTP | other *** search
- '''OpenGL extension APPLE.specular_vector
-
- This module customises the behaviour of the
- OpenGL.raw.GL.APPLE.specular_vector to provide a more
- Python-friendly API
- '''
- from OpenGL import platform, constants, constant, arrays
- from OpenGL import extensions, wrapper
- from OpenGL.GL import glget
- import ctypes
- from OpenGL.raw.GL.APPLE.specular_vector import *
- ### END AUTOGENERATED SECTION
- from OpenGL.GL import glget
- glget.addGLGetConstant( GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE, (1,) ) # check size...
-