This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Migration
Migrating to UNIGINE 2.0
C++ API Migration
Migrating from UNIGINE 2.0 to UNIGINE 2.1
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

render_composite

A render_composite material allows you to apply the following full-screen postprocesses selectively (on per-material basis) rather then to the whole screen using the Auxiliary buffer:

Render composite

Material excluded from DOF

Usage

To apply render_composite material, follow these steps:

  1. Set it (or a material inherited from it) in Render settings -> Composite shader field.

    Composite shader field

  2. Make sure that Main menu -> Render tab -> Auxiliary buffer option is checked.

    Auxiliary buffer should be enabled

  3. Go to the surface material. Set States tab -> Passes -> Auxiliary pass and set it Default. It means that the material is rendered into the auxiliary color buffer.

    Enable Auxiliary pass for the material that should be postprocessed

It is also possible to mask materials for two postprocesses using surface material -> Parameters -> Auxiliary Color (see blur_mask and dof_mask below).

States

auxiliary_mode Specifies if the surface (with Auxiliary pass enabled) should be rendered with the additional color multiplier:
  • Skip - additional color is not rendered
  • Overlay - color multiplier is applied

Overlay mode for Auxiliary buffer

Overlay mode
blur_mask Mask to exclude objects from Motion blur.
  • Skip - all materials are rendered blurred.
  • red - materials that have Auxiliary Color with non-zero Red channel value are excluded from motion blur.
  • green - materials that have Auxiliary Color with non-zero Green channel value are excluded from motion blur.

Overlay mode for Auxiliary buffer

Yellow material is excluded from motion blur
dof_mask Mask to exclude objects from DOF effect.
  • Skip - all materials are rendered with DOF effect applied.
  • red - materials that have Auxiliary Color with non-zero Red channel value are rendered without DOF effect (non-blurred).
  • green - materials that have Auxiliary Color with non-zero Green channel value are rendered without DOF effect (non-blurred).

Overlay mode for Auxiliary buffer

Green material without DOF effect
Last update: 2017-07-03
Build: ()