compas_viewer.components.renderer

Classes

Renderer

Renderer class for 3D rendering of COMPAS geometry.

Camera

Camera object for the default view.

Shader

The shader used by the OpenGL view.

Selector

Selector class manages all selection operations for the viewer.

Renderer.mouseMoveEvent

Callback for the mouse move event which passes the event to the controller.

Renderer.mousePressEvent

Callback for the mouse press event which passes the event to the controller.

Renderer.mouseReleaseEvent

Callback for the release press event which passes the event to the controller.

Renderer.wheelEvent

Callback for the mouse wheel event which passes the event to the controller.

Renderer.keyPressEvent

Callback for the key press event which passes the event to the controller.

Renderer.keyReleaseEvent

Callback for the key release event which passes the event to the controller.