Uranium
Application Framework
|
Public Member Functions | |
None | __init__ (self, int width, int height) |
None | render (self) |
![]() | |
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 | |
![]() | |
_name | |
_width | |
_height | |
_priority | |
_gl | |
_fbo | |
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.__init__ | ( | self, | |
int | width, | ||
int | height ) |
Reimplemented from UM.View.RenderPass.RenderPass.
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.