Skip to main content

Meta_SimulationTerrain

Module: Metanodes / Definitions

A SimulationTerrain controls the display of preprocessed height and image data.

#include <meta_terrain2.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_ElevationPath, Idx_MainImageryPath, Idx_AuxImageryPath, Idx_ImageryEnabled, Idx_ImageryBlend, Idx_Lighting, Idx_Reflectivity, Idx_Shininess, Idx_Metalness, Idx_Ambient, Idx_Grid, Idx_TileLODThreshold }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Whether to draw the terrain
Idx_ElevationPathstring - Path to directory containing height data files (.vsi or .vs3)
Idx_MainImageryPathstring - Path to directory containing image data files (.vsi or .vs3)
Idx_AuxImageryPathstring - Path to directory containing image data files (.vsi or .vs3)
Idx_ImageryEnabledbool - When enabled, imagery layer is drawn over the elevation
Idx_ImageryBlendfloat - Alpha value to apply to the imagery
Idx_Lightingbool - Whether the terrain is affected by lighting
Idx_Reflectivityfloat - Constant which modulates the colour sampled from the reflection map before adding to result.
Idx_Shininessfloat - How shiny is the terrain
Idx_Metalnessfloat - Constant metalness value (0=not metal, 1=metal).
Idx_Ambientfloat - Ambient scalar.
Idx_Gridbool - Whether to display the tile grid
Idx_TileLODThresholdfloat - LOD threshold for switching between mipmap layers

Property index.