Renderer.paintGL

Renderer.paintGL(is_instance=False)[source]

Paint the OpenGL canvas.

Parameters:
is_instancebool, optional

Whether the render is for instance map, by default False.

Notes

This implements the virtual function of the OpenGL widget. This method also paints the instance map used by the selector to identify selected objects. The instance map is immediately cleared again, after which the real scene objects are drawn.

References