- class Window[source]
OpenGL Rendering Window.
This class represents an OpenGL rendering window with interactive controls for visualizing meshes and point clouds. The window provides methods for rendering various types of data and handling user interactions.
- Parameters:¶
- width : int
The width of the window in pixels.
- height : int
The height of the window in pixels.
Public members¶
- Window(width: int, height: int)[source]
Initialize the OpenGL rendering window and setting up default parameters.
- gl_objects : list[GlObject]
- model : GlModel
- gl_grid : GlGrid
- gl_axes : GlAxes
- gui : Gui
- guip : GuiParametersGlobal
- win_width : int
- win_height : int
- action : Action
- impl : GlfwRenderer
- fps : int
- time : float
- time_acum : float