gleSetJoinStyle

Query and Set the GLE join style flags.

Signature

gleGetJoinStyle( )-> int
gleGetJoinStyle( ) -> <class 'ctypes.c_int'>
gleGetJoinStyle(  ) -> c_int
gleSetJoinStyle( int( style ) )-> void
gleSetJoinStyle( style )
gleSetJoinStyle( c_int(style) ) -> None

Parameters

VariablesDescription
style
bitwise OR of flags

See Also

gleExtrusion gleTextureMode

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.

gleSetJoinStyle
OpenGL-Demo PyOpenGL-Demo/GLE/texas.py Lines: 44
OpenGL-Demo PyOpenGL-Demo/GLE/helix.py Lines: 14
OpenGL-Demo PyOpenGL-Demo/GLE/cone.py Lines: 18