This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Screen-Space Materials

This section contains settings related to screen-space materials.

Screen-Space Materials settings

Screen-Space Materials Settings

Composite Deferred Custom composite deferred materials, that are used at the deferred compositestage of the rendering sequence. Several comma-separated materials (without whitespaces) can be specified. A debug material can be put here in order to be added to the final image
Render Postprocess materials applied before all other Unigine postprocess (such as Bloom, Exposure, DOF, etc.) are rendered. Several comma-separated materials (without whitespaces) can be specified. Custom postprocesses can also be set.
For example, if post_blur_radial is set here, radial blurring will be applied first.
Composite Custom composite materials, that are used for final screen composition instead of the default ones. Several comma-separated materials (without whitespaces) can be specified.
Post Postprocess materials applied after all other postprocess (such as Bloom, Exposure, DOF, etc.) are rendered. Such postprocesses, when applied to the screen image, affect glowing areas and so on. Several comma-separated materials (without whitespaces) can be specified. Custom postprocesses can also be set.

Here is an example with post_blur_radial material.

Radial Blur Post Material
Debug Materials that are used for debugging the image generation stages. Using such materials helps to investigate the cause of an artifact. To enable rendering of the debug materials, in the main menu, choose Rendering -> Features -> Debug. The debug materials have the higher priority than the Rendering debug settings. You can create a custom debug material, which, for example, will render only albedo color and highlights of the scene.
Last update: 2018-06-04
Build: ()