picogl.backend.legacy.core.camera.setup.smooth

Enable Smoothing

Functions

enable_smoothing(→ None)

Legacy point/line smoothing (GL_POINT_SMOOTH, GL_LINE_SMOOTH).

Module Contents

picogl.backend.legacy.core.camera.setup.smooth.enable_smoothing(backend: GLBackend) None[source]

Legacy point/line smoothing (GL_POINT_SMOOTH, GL_LINE_SMOOTH).

Omitted in OpenGL core profile (e.g. macOS): enums are invalid for gl_enable.