Engine » Render module

Provides plugins for graphics rendering.

Modules

module Bloom
Applies the Bloom effect on the HDR texture.
module Camera
Adds PerspectiveCamera components and the DrawsTo relation.
module Deferred Shading
Applies the Deferred Shading technique on the GBuffer and outputs the result to the HDR texture.
module Depth
Adds and manages the RenderDepth component.
module G-Buffer
Adds and manages GBuffer components.
module G-Buffer Rasterizer
Draws RenderMesh components to the GBuffer.
module HDR
Adds and manages HDR components.
module Lights
Common interface for the lighting part of rendering plugins.
module Mesh
Adds and manages RenderMesh components.
module RenderPicker
Adds and manages RenderPicker components.
module Shader
Adds shader assets to Cubos.
module Shadows
Provides plugins for rendering shadows.
module Splitscreen
Adjusts the viewport in DrawsTo relations to achieve a splitscreen layout.
module Screen Space Ambient Occlusion
Applies the SSAO technique on the GBuffer and outputs the result to the SSAO texture.
module Render Target
Adds and manages RenderTarget components.
module Tone Mapping
Draws the tone-mapped HDR texture to the render target's framebuffer.
module Render Voxels
Common interface for voxel rendering plugins.