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
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.

Unigine.TerrainGlobalLod Class

This class is used to manage a single LOD (level of detail) of the global terrain object.

TerrainGlobalLod Class

Properties

float ClearDistance#

The clear distance of the lod. starting from this distance the tiles of the lod are removed from memory.
set
Sets the clear distance of the LOD. Starting from this distance the tiles of the LOD are removed from memory.
set value - Clear distance, in units.

float LoadDistance#

The current load distance for the lod. starting from this distance the tiles of the lod are loaded into memory.
set
Sets the load distance for the LOD. Starting from this distance the tiles of the LOD are loaded into memory.
set value - Load distance, in units.

float VisibleDistance#

The current visibility distance. starting from this distance the tiles of the lod become visible.
set
Sets the visibility distance. Starting from this distance the tiles of the LOD become visible.
set value - Visibility distance, in units.

int ViewportMask#

The current bit mask for rendering into the viewport. the lod is rendered, if its mask matches the player's one.
set
Sets the bit mask for rendering into the viewport. The LOD is rendered, if its mask matches the player's one.
set value - Viewport mask, an integer value each bit of which is a mask.

float TileDensity#

The current density of lod tiles.
set
Sets the density of LOD tiles.
set value - LOD tile density, in meters per pixel.

string Path#

The path to the folder where the lod is stored.
set
Sets the path to the folder where the LOD is stored.
set value - Path to the folder where the LOD is stored.

bool IsEnabled#

A value indicating if the lod is enabled.
set
Enables or disables the LOD.
set value - 1 to enable the LOD, 0 to disable it.

Members


TerrainGlobalLod GetTerrainGlobalLod ( ) #

Returns a TerrainGlobalLod pointer.

Return value

TerrainGlobalLod pointer.

Tileset GetTileset ( ) #

Returns the tileset for the LOD.

Return value

LOD tileset.

int RenamePath ( string new_path ) #

Sets a new path to the folder where the LOD is stored.

Arguments

  • string new_path - New path to be set.

Return value

1 if the new path was set successfully; otherwise, 0.

void Reload ( ) #

Reloads the LOD.
Last update: 2019-08-16
Build: ()