picogl.ui.backend.glut.window.object
Object Window for displaying Mesh Data
Classes
Unified render window supporting textured or untextured rendering. |
Module Contents
- class picogl.ui.backend.glut.window.object.RenderWindow(width: int = 800, height: int = 600, title: str = 'RenderWindow', data: picogl.renderer.MeshData | None = None, base_dir: str | pathlib.Path | None = None, glsl_dir: str | pathlib.Path | None = None, use_texture: bool = False, texture_file: str | None = None, resource_subdir: str = 'tu02', *args, **kwargs)[source]
Bases:
picogl.ui.backend.glut.window.glut.GlutRendererWindowUnified render window supporting textured or untextured rendering.