Uranium
Application Framework
|
Public Member Functions | |
None | __init__ (self, int width, int height) |
None | render (self) |
![]() | |
None | __init__ (self, str name, int width, int height, int priority=0) |
str | getName (self) |
Tuple[int, int] | getSize (self) |
int | getPriority (self) |
None | setSize (self, int width, int height) |
None | bind (self) |
None | release (self) |
int | getTextureId (self) |
QImage | getOutput (self) |
Protected Attributes | |
_renderer = UM.Qt.QtApplication.QtApplication.getInstance().getRenderer() | |
![]() | |
_name = name | |
_width = width | |
_height = height | |
_priority = priority | |
_gl = OpenGL.getInstance().getBindingsObject() | |
_fbo = None | |
Additional Inherited Members | |
![]() | |
int | MaximumPriority = 999 |
![]() | |
None | _updateRenderStorage (self) |
A render pass subclass that renders everything with the default parameters. This class provides the basic rendering of the objects in the scene.
None UM.View.DefaultPass.DefaultPass.render | ( | self | ) |
Render the contents of this render pass. This method should be reimplemented by subclasses to perform the actual rendering of the render pass.
Reimplemented from UM.View.RenderPass.RenderPass.