glPointSize

specify the diameter of rasterized points

Signature

glPointSize( GLfloat ( size ) )-> void
glPointSize( size )

Parameters

VariablesDescription
size
Specifies the diameter of rasterized points. The initial value is 1.

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.

glPointSize
OpenGLContext OpenGLContext/scenegraph/pointset.py Lines: 74, 88
Glinter Widget.py Lines: 655
{LGPL} VisionEgg VisionEgg/Dots.py Lines: 238, 362
{LGPL} PyMT examples/apps/particles/particles.py Lines: 187
{LGPL} PyMT pymt/graphx/paint.py Lines: 17, 104
{LGPL} Pyggel pyggel/particle.py Lines: 270
{LGPL} Pyggel pyggel/view.py Lines: 172
Visvis wibjects/colorWibjects.py Lines: 533
Visvis wibjects/sliders.py Lines: 345
Visvis core/line.py Lines: 91, 754, 770, 775, 785, 845
Visvis core/baseWibjects.py Lines: 192
Visvis wobjects/textures.py Lines: 752, 1189
Visvis functions/boxplot.py Lines: 306