This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
UnigineEditor
Interface Overview
Assets Workflow
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine 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
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Art Samples
Tutorials
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 composite stage 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
Pre-Post The checkbox toggles on and off the pass to render pre-post materials — postprocess materials applied before all other UNIGINE postprocesses (such as Bloom, Exposure, HDR, DOF, Refraction, Motion Blur, and so on) are rendered. To skip this pass, disable the checkbox.
In the field, indicate postprocess materials that should be applied before all other Unigine postprocess (such as Bloom, Exposure, HDR, DOF, Refraction, Motion Blur, and so on) 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 The checkbox toggles on and off rendering of all screen-space effects.To skip rendering them, disable the checkbox.
In the field, indicate postprocess materials that should be applied after all other postprocess (such as Bloom, Exposure, HDR, DOF, Refraction, Motion Blur, 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 The checkbox toggles rendering of debug materials on and off.
In the field, indicate materials that should be used for debugging the image generation stages. Using such materials helps to investigate the cause of an artifact. Debug materials have a higher priority than the Rendering debug settings. You can create a custom debug material, which, for example, renders only albedo color and highlights of the scene.
Last update: 2021-04-29
Build: ()