gleTextureMode

set the type of GLE automatic texture coordinate generation.

Signature

gleTextureMode( int( mode ) )-> void
gleTextureMode( mode )
gleTextureMode( c_int(mode) ) -> None

Parameters

VariablesDescription
mode
bitwise OR of GLE texture mode flags

See Also

gleExtrusion gleSetJoinStyle

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.

gleTextureMode
OpenGLContext OpenGLContext/scenegraph/extrusions.py Lines: 101