This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Программирование
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
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Projected Decal

A projected decal is a decal projected onto a surface by means of perspective projection. You can create an instance of the image projected onto a surface from a single point as a cone. These decals are of the same scale in spite of how far the surface they are projected onto is.

Projected decals
Notice
Changing of the projection pyramid location relatively to the projection surface changes the size of the decal in accordance with the laws of perspective.

When the human eye views a scene, objects in the distance appear smaller than objects close by - this is known as perspective.

Perspective Projection

While orthographic projection ignores this effect to allow accurate measurements, perspective definition shows distant objects as smaller to provide additional realism.

Perspective Projection Pyramid

See Also

  • A DecalProj class to edit projected decals via UnigineScript.
  • A set of samples located in the data/samples/decals/ directory:
    1. deferred_proj_00
    2. deferred_proj_01

Creating a Projected Decal

To create a projected decal, perform the following:

  1. In the Menu bar, choose Create -> Decal -> Projected.

  2. Place the decal on the existing surface (for the decal to be projected, the projection pyramid should intersect the surface) and specify the required settings:

    Placement of the Projected Decal

Editing a Projected Decal

In the Decal Projected tab of the Parameters window you can adjust the following parameters of the projected decal:

Decal Projected tab

Also the most commonly used parameters of the projected decal were placed in the Node tab:

A Node tab of the Projected Decal Node

Setting Bit Masks

A viewport bit-mask is available for the decal:

Viewport A viewport mask, specifying if the decal can be seen in the camera's viewport.
Notice
You can specify a shadow mask and a material mask in the decal_base material.

Projection Parameters

Parameters of the decal projection:

Radius The height of the projection pyramid along the Z axis, in units.
Field of View The field of view of the decal's projector, in degrees.
Aspect The aspect ratio of the decal, in units.
ZNear The value of the near clipping plane, ranging from 0 to 1.

Life-time Parameters

Life-time and fade-out parameters:

Life time A time period during which the decal will be projected, in seconds.
Fade time A time period during which the decal will fade away (after its life time exceeds), in seconds.

Visibility Parameters

Parameters controlling decal's visibility depending on the distance:

Min visible A minimum visibility distance, starting at which the decal begins to fade in and then becomes completely visible, in units.
Fade A minimum fade-in distance, across which the decal smoothly becomes visible due to the alpha fading. It is counted starting from the minimum visibility distance value, in units.
Max visible A maximum visibility distance, starting at which the decal begins to fade out until becomes completely invisible, in units.
Fade A maximum fade-out distance, across which the decal smoothly becomes invisible due to the alpha fading. It is counted starting from the maximum visibility distance value, in units.

Texture Coordinates Transformation

Decal's texture coordinates transformation (a texture atlas can also be used):

ScaleX A texture scale along the X-axis. For example, by the scale of 2 the texture is repeated twice on one decal.
TranslateX A texture offset along the X-axis. For example, by the offset of 0.5 along the X axis the texture is repositioned to the right (so that the edge of the texture is rendered in the center).
ScaleY A texture scale along the Y-axis.
TranslateY A texture scale along the Y-axis.

Setting a Material

A material selection:

Material A new material of the decal.
Last update: 04.06.2018
Build: ()