L3DT users' wiki
Large 3D terrain generator

Maps

Some functions take map handles as arguments, including most of the heightfield effect functions. To access a map, we use the GetMap function, like so:

calc.HF.ClampMap <GetMap "HF"> -150.2 1224.6 true

The above code clamps the heightfield (retrieved by <GetMap “HF”>) between an altitude of -150.2 metres and 1224.6 metres, and shows the progress bar whilst doing so (true).

By default, the following map are available:

Map name What?
“DM” Design map
“HF” Heightfield
“WM” Water map
“WS” Salinity map
“AM” Attributes map
“TN” Terrain normals
“SH” Shadow map
“LM” Light map
“SpecLM” Specular light map
“TX” Texture map

More maps may be added by plugins, or by the user via the 'File→Import→Custom map layer' or 'Layers→New map layer' menu options.

 
plugins/general/zeoscript/reference/types/maps.txt · Last modified: 2017/08/31 05:09 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki