Difference between revisions of "Heightfield Adjust Vertical"

From Terragen Documentation from Planetside Software
Jump to: navigation, search
Line 2: Line 2:
  
 
<!-- imported from file: module_179.html-->
 
<!-- imported from file: module_179.html-->
 +
 +
'''Node Description and Purpose:'''<br />
 +
The Heightfield Adjust Vertical node can be used to modify the heights of the heighfield it's attached to.
 +
 +
 +
'''Node Type:''' Heightfield Operator<br />
 +
 +
 +
'''Settings:'''<br />
 +
<ul>
 +
<li>
 +
'''Set height range:''' If this is check 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><li>
 +
'''Highest:''' Sets the height for the highest points in the heightfield.
 +
</li><li>
 +
'''Lowest:''' Sets the height for the lowest points in the heightfield.
 +
</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.
 +
</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 200m.
 +
</li>
 +
</ul>
 +
  
 
[[Category: Heightfield Operators]]
 
[[Category: Heightfield Operators]]

Revision as of 01:13, 22 February 2012

Heightfield Adjust Vertical


Node Description and Purpose:
The Heightfield Adjust Vertical node can be used to modify the heights of the heighfield it's attached to.


Node Type: Heightfield Operator


Settings:

  • Set height range: If this is check 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.

  • Lowest: Sets the height for the lowest points in the heightfield.

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

  • 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 200m.

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.