This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
VR Development
Double Precision Coordinates
API
Animations-Related Classes
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
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Mask Parameters

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Engineering / Sim SDK edition to use it.

Mask is landcover data based on which natural features of the terrain are generated: details, grass, trees, etc.

Masks are added the same way as Elevation and Imagery, both online and offline data sources can be used. The data contained in a mask source can be filtered to fine-tune the use of the mask for a specific purpose.

An example of creating a Mask is given here.

Filters#

Filters select specific data from the data source for each type of the generated landcover object. There are three types of filters:

Indexed

Select a particular color index from the list of available ones in the source raster image. You can also specify the color range by indices (from color to color).

Single Channel

Select a channel of the source raster image.

Color

Set a particular color taken from the source raster image and adjust the Range for it, thus defining the suitable deviation from the specified color within the range [0, 255].

Click on the color to open the color settings:

Select the color from available, use HSV or RGBA values, or click Pick Screen Color to select the color from the image in the Preview panel:

Range — threshold value for the color that defines a range of colors to be used for the filter. 0 means that only the selected color is used as mask, increasing the Range value makes the filter include the specified number of neighboring colors.

Copy filters
Copy Filters Button

Opens the window to copy all filters from the current source to the selected sources:

Copy Filters Window

If you change anything in filters that you have already copied, and want these changes to be applied to other sources, you need to copy the filters once again. All filters of the selected sources will be replaced with the filters of the current source.

Delete all filters
Delete Filters Button
Deletes all added filters.
Add
Add Filter Button
Adds one more filter.
Last update: 2023-12-19
Build: ()