Renderer.initializeGL
- Renderer.initializeGL()[source]
Initialize the OpenGL canvas.
Notes
This implements the virtual function of the OpenGL widget. It sets the clear color of the view, and enables culling, depth testing, blending, point smoothing, and line smoothing.
References