This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
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.

Landscape Tool

Landscape Tool is used to create rectangular sized terrain areas according to provided data sources, but it cannot be used to create a whole planet. This tool helps to create up to 10000km x 10000km areas of the real world: it's enough to create a terrain of a big city or a country.

Landscape Tool generates a terrain using height map (elevation) and albedo (imagery) data provided. You can use the following types of data sources:

Geo-referenced imagery and elevation data are processed by using the GDAL - Geospatial Data Abstraction Library. It supports various raster formats with different map projections for input data.

The data sources support the following formats:

  • RGB and RGBA formats for albedo (imagery) data. Alpha-channel in the second case is used to mark no data areas.
  • R format for height maps (elevation sources).
  • R and RGBA formats for masks (landcover sources).
Bitness of the input formats can be 8, 16, or 32f.

GIS data sources can be used for generation of details and vegetation (raster data), roads, communications, buildings, landmarks, etc. (vector data). These data sources usually contain a lot of information.

Notice
If the sources with no geodata are used, only details and vegetation can be generated.
Tags represent a color (color range) or an attribute value (range of values) and are used to filter the data necessary for generation of certain landcover areas or objects of the cultural layer (roads, buildings, etc.). For example, by using tags, you can:
  • generate grass for areas marked with certain colors of the landcover texture,
  • generate only highways ignoring small roads using a road type attribute in a vector data file.
Notice
You can use QGIS, Global Mapper or other third-party software to determine which colors or attribute values from a GIS data source are to be used.

Landscape Tool supports multiple data layers aligned by geo or raster coordinates: you can easily create high-resolution insets by adding a high-detailed landscape area over a low-detailed one. The quality of generated terrain is determined by the density of the data sources used.

A flexible procedural refinement system, offered by the Landscape Tool, makes it possible to improve generated terrain using Houdini Digital Assets for more realistic visual representation.

Overview

The Landscape tool has 4 panels (Settings, Sources, Preview and Parameters panels) and the Generate button.

  • In the Sources panel, you should specify the height (elevation) and albedo (imagery) sources for the terrain generation, as well as masks (landcover), vector and procedural data sources for generation of details, vegetation, roads, communications, buildings, etc. if necessary.
    • Selecting the Height (Elevation) or Albedo (Imagery) group provides access to Terrain LODs of this type of the data source.
    • Selecting the Masks (Landcover) group provides access to Terrain LODs of this data source type, as well as to Detail Masks and Vegetation settings.
    • Selecting the Vector group provides access to settings for cultural features of the landscape such as roads and communications, fences, pipes, etc.
  • Settings panel contains a bunch of generation settings: Mode, Play Area, Processing Priority, Distributed Computing and Output File Locations.
  • In the Preview panel, you can specify the play area of the landscape generation. In the georeferenced mode, the preview panel depicts the world map in the equirectangular projection.
  • Parameters panel depicts parameters of the selected settings or information of the selected data source.

See Also

Last update: 2018-06-04
Build: ()