Subsystem to handle graphics. More...
#include <wizard_engine/assets.hpp>
#include <wizard_engine/export.hpp>
#include <wizard_engine/renderable.hpp>
Go to the source code of this file.
Classes | |
class | wze::renderer |
Namespaces | |
namespace | wze |
Wizard Engine. | |
Subsystem to handle graphics.
Sets the alpha color modifier of the plane.
Returns the alpha color modifier of the plane.
Sets the blue color modifier of the plane.
Returns the blue color modifier of the plane.
Sets the green color modifier of the plane.
Returns the green color modifier of the plane.
Sets the red color modifier of the plane.
Returns the red color modifier of the plane.
Sets the background texture of the space.
Returns the background texture of the space.
Sets the alpha color modifier of the space.
Returns the alpha color modifier of the space.
Sets the blue color modifier of the space.
Returns the blue color modifier of the space.
Sets the green color modifier of the space.
Returns the green color modifier of the space.
Sets the red color modifier of the space.
Returns the red color modifier of the space.
Sets the texture of the background.
Returns the texture of the background.
Sets the blue color modifier of the background.
Returns the blue color modifier of the background.
Sets the green color modifier of the background.
Returns the green color modifier of the background.
Sets the red color modifier of the background.
Returns the red color modifier of the background.
Sets the origo y of the screen.
Returns the origo y of the screen.
Sets the origo x of the screen.
Returns the origo x of the screen.
Presents the new frame.
Renders a renderable instance onto the new frame.
Returns whether a renderable instance is inside the bounds of the screen or not.
Transforms a renderable instance.
Returns the visibility of a renderable instance.
Opens the plane to render on.
Opens the space to render on.
Opens a new frame to render on.
Private default constructor to prevent instantiation.
instance | Renderable instance. |
instance | Renderable instance. |
instance | Renderable instance. |
instance | Renderable instance. |
origo_x | Origo x of the screen. |
origo_y | Origo y of the screen. |
background_color_r | Red color modifier of the background. |
background_color_g | Green color modifier of the background. |
background_color_b | Blue color modifier of the background. |
background_texture | texture of the background. |
space_color_r | Red color modifier of the space. |
space_color_g | Green color modifier of the space. |
space_color_b | Blue color modifier of the space. |
space_color_a | Alpha color modifier of the space. |
space_texture | Background texture of the space. |
plane_color_r | Red color modifier of the plane. |
plane_color_g | Green color modifier of the plane. |
plane_color_b | Blue color modifier of the plane. |
plane_color_a | Alpha color modifier of the plane. |
Definition in file renderer.hpp.