This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
VR Development
双精度坐标
应用程序接口
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
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Configuring Landscape Terrain Details

Details are intended for refinement of Landscape Terrain graphic data by means of tiled textures in order to achieve extreme density and realistic visual representation in close up views.

Notice
If your project requires detection of collisions with the terrain surface, you should keep in mind that Details don't participate in Intersection and Collision Detection, so it's not recommended to apply intense displacement using details since visual inconsistency may appear.

See Also#

Details#

ObjectLandscapeTerrain stores visual settings for 20 detail masks intended for reaching better level of visual quality in close up views. Details represent arbitrary albedo, roughness and height (displacement) data, so you can drastically improve the look of the Landscape Terrain. Details are applied according to masks of Landscape Layer Map objects.

Detail settings available in ObjectLandscapeTerrain parameters allow defining the detail visual appearance, adding up to 1024 details to a mask and defining the material of each detail.

Detail parameters are available on the Node tab of the ObjectLandscapeTerrain parameters.

By combining multiple details under a single mask you can diversify the look of the surface a lot.

The result of combining three details under a single mask.

The list of detail masks displays the hierarchy of details for each of 20 detail masks. Using the buttons at the top you can control details and rearrange masks or details depending on what is selected:

  • create details for the selected masks.
  • clone the selected details.
  • move up the selected masks/details.
  • move down the selected masks/details.
  • delete the selected details.

Drag details using the mouse to set up the hierarchy, Double-click on a detail or a detail mask to rename it.

Detail parameters allow applying additional masking:

Mask Threshold Threshold starting from which the mask starts to be rendered.
Mask Contrast Contrast of the mask. For each mask you can set a Dither amount enabling you to reduce graphical artefacts in case of increased Mask Contrast value set per-detail. This Dither amount is multiplied by the global dithering amount.
Mask by Albedo Select an albedo color of Landscape Layer Masks in the world to be used as a mask. In this case, all areas on the terrain having selected color will be covered by the detail.
Notice
Control opacity by using the Alpha channel of the Mask by Albedo color.
Mask by Height This group of parameters is used for mask modulation. For the areas specified by the mask, you can set up the range of heights in which the detail is visible.
  • Min Visibility — minimum height value starting from which the detail mask begins to fade in until it becomes completely visible. The default value is -inf.
  • Max Visibility — maximum height value starting from which the detail mask begins to fade out until it becomes completely invisible. The default value is inf.
  • Min Fade — over this height range below the minimum height value the detail mask will fade in until it is completely visible. The default value is 0.
  • Max Fade — over this height range above the maximum height value the detail mask will fade out until it is completely invisible. The default value is 0.
Mask by Texel Size This group of parameters just like the previous one is used for mask modulation. For the areas specified by the mask, you can set up the range of texel sizes in which the detail is visible.
  • Min Visibility — minimum texel size value starting from which the detail mask begins to fade in until it becomes completely visible. The default value is -inf.
  • Max Visibility — maximum texel size value starting from which the detail mask begins to fade out until it becomes completely invisible. The default value is inf.
  • Min Fade — over this range below the minimum texel size value the detail mask will fade in until it is completely visible. The default value is 0.
  • Max Fade — over this range above the maximum texel size value the detail mask will fade out until it is completely invisible. The default value is 0.

The Detail Material section contains settings of the landscape_terrain_detail_base material defining visual features of the current detail.

Internally each Landscape Layer Map stores its 20 masks in 5 RGBA8 mask textures. The following parameters display the info on the corresponding mask texture and can be used to access the mask via API:

Mask Texture The index of the mask texture used.
Channel The channel of the mask texture used.
Last update: 2023-12-19
Build: ()