Renderer.resizeGL
- Renderer.resizeGL(w, h)[source]
Resize the OpenGL canvas.
- Parameters:
- wint
The width of the canvas.
- hint
The height of the canvas.
Notes
This implements the virtual function of the OpenGL widget.
References
Resize the OpenGL canvas.
The width of the canvas.
The height of the canvas.
Notes
This implements the virtual function of the OpenGL widget.
References