Alpine Fractal Shader v2

From Terragen Documentation from Planetside Software
Revision as of 15:35, 15 November 2014 by Russe166 (talk | contribs)
Jump to: navigation, search

Alpine Fractal Shader

Node Description and Purpose: The Alpine Fractal Shader is an alternative terrain shape shader that creates a more natural, eroded-looking mountainous terrain shape than the basic Power Fractal. Unlike a heightfield erosion effect, the Alpine Fractal Shader is procedural so it retains the detail benefits of procedural terrains, as well as the ability for global coverage. This shader is more demanding to render than the Power Fractal.

Note: Version 2 of the Alpine Shader includes some bug fixes and adjustments that changed the output. Version 1 is maintained for compatibility with older projects; Version 2 should be used for all newer projects.


Example Movies

Feature scale
FeatureScaleAlpin.gif

Lead-in octaves
LeadInOct.gif

Lead-in octaves 2
LeadInOct 2.gif

Smalest scale
SmalestScale.gif

Displacement amplitude
Displacement.gif

Displacement offset
OffsetAlpin.gif

Displacement roughness
Alpinroughness.gif

Additional tabs for Alpine Fractal Shader v2[edit]

A shader is a program or set of instructions used in 3D computer graphics to determine the final surface properties of an object or image. This can include arbitrarily complex descriptions of light absorption and diffusion, texture mapping, reflection and refraction, shadowing, surface displacement and post-processing effects. In Terragen 2 shaders are used to construct and modify almost every element of a scene.

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.