Difference between revisions of "Heightfield Adjust Vertical"

From Terragen Documentation from Planetside Software
Jump to: navigation, search
(Added example images to all descriptions.)
m (Conformed descriptions for "when checked".)
 
Line 10: Line 10:
 
<ul>
 
<ul>
 
<li>
 
<li>
'''Set height range:''' If this is checked the height range of the heightfield will be adjusted so it fits within the "Highest" and "Lowest" values set below. The highest and lowest points of the heightfield are shifted to those values and all other values are scaled to fit inbetween.
+
'''Set height range:''' When checked, the height range of the heightfield will be adjusted so it fits within the "Highest" and "Lowest" values set below. The highest and lowest points of the heightfield are shifted to those values and all other values are scaled to fit inbetween.
 
</li><br /><li>
 
</li><br /><li>
 
'''Highest:''' Sets the height for the highest points in the heightfield.
 
'''Highest:''' Sets the height for the highest points in the heightfield.
Line 28: Line 28:
 
<br />
 
<br />
 
<li>
 
<li>
'''Multiply height by:''' If this is checked the heights are multiplied by the specified value. To make a heightfield half as tall you would multiply it by 0.5. To make it twice as tall you would multiply it by 2.
+
'''Multiply height by:''' When checked, the heights are multiplied by the specified value. To make a heightfield half as tall you would multiply it by 0.5. To make it twice as tall you would multiply it by 2.
 
</li>
 
</li>
 
{|
 
{|
Line 36: Line 36:
 
<br />
 
<br />
 
<li>
 
<li>
'''Add height:''' If this is checked the all the heights are raised or lowered by the specified value. For example, a value of 200 would shift all heights in the heightfield upward by 200 metres.
+
'''Add height:''' When checked, the all the heights are raised or lowered by the specified value. For example, a value of 200 would shift all heights in the heightfield upward by 200 metres.
 
</li>
 
</li>
 
{|
 
{|

Latest revision as of 00:34, 10 February 2021

Heightfield Adjust Vertical


Overview[edit]

The Heightfield Adjust Vertical node can be used to modify the heights of the heighfield it's attached to.


Settings:

  • Set height range: When checked, the height range of the heightfield will be adjusted so it fits within the "Highest" and "Lowest" values set below. The highest and lowest points of the heightfield are shifted to those values and all other values are scaled to fit inbetween.

  • Highest: Sets the height for the highest points in the heightfield.

  • Highest = off
    Highest = 500 metres.
    Highest = 3,000 metres.


  • Lowest: Sets the height for the lowest points in the heightfield.
  • Lowest = off
    Lowest = 500 metres.
    Lowest = -500 metres.


  • Multiply height by: When checked, the heights are multiplied by the specified value. To make a heightfield half as tall you would multiply it by 0.5. To make it twice as tall you would multiply it by 2.
  • Multiply height by 1.
    Multiply height by 0.25
    Mulitply height by 3.
    Multiply height by -2.0


  • Add height: When checked, the all the heights are raised or lowered by the specified value. For example, a value of 200 would shift all heights in the heightfield upward by 200 metres.
  • Add height = 0 metres.
    Add height = 500 metres.
    Add height = -500 metres.


A heightmap or heightfield is an array of height values, usually in a grid which describe the height at specific points in a defined area. Heightfields are used to represent real-world and virtual terrain in a specific, easily converted format. Most heightfields can be represented as simple image data in grayscale, with black being minimum height and white being maximum height.