Crater Shader

From Terragen Documentation from Planetside Software
Jump to: navigation, search
Crater Shader


Overview[edit]

The Crater node is a displacement shader which creates an effect like a crater on the moon or a volcanic crater. To add a crater to the terrain, click on the “Add Terrain” button in the Terrain project view and choose the Crater shader from the Displacement shader submenu.

Add a Crater shader to your project via the “Add Terrain” button, then selecting Crater shader from the Displacement Shader submenu.


Settings

  • Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Crater shader nodes in a project.
  • Enable: When checked, the node is active and the settings below will affect the surface. When unchecked, the node is ignored.
  • Center: This setting controls the position of the centre of the crater.
    You can change the location of the crater via the Center setting.


  • Diameter: This setting controls the diameter of the crater.
    You can change the size of the crater via the Diameter setting.


  • Depth: This setting controls the depth of the crater. Positive values result in a crater or depression on the surface, while negative values result in mounds upon the terrain surface..
    You can control how shallow or deep the crater is via the Depth setting.
    Depth values can be negative as well, creating a mound instead of a depression in the terrain.


  • Rim height: This setting controls the height of the rim above the underlying terrain surface.
    The Rim height controls the height of the rim above the terrain.


  • Rim skirt: This setting controls the width of the rim skirt. The skirt is the outside part of the rim, if you think of the edge around the top of the rim dividing the crater into inside and outside parts.
    The Rim skirt controls the width of the outer part of the crater.


  • Rim softness: This setting controls the softness of the rim profile. At a value of 0 the rim comes to a sharp peak. As the value increases the top of the rim along the edge of the peak begins to smooth out. The profile changes from a sharp peak to more like a soft hump.
    The Rim softness setting controls how sharp or smooth the profile of the crater rim is.


  • Rim tightness: This setting affects the steepness of the curve of the rim profile. Larger values give the rim a steeper and sharper appearance.
    Rim tightness controls the steepness of the rim profile curve.
    Rim tightness controls the steepness of the rim profile curve.


  • Rim shader: The shader or function nodes assigned to the input field can add detail to the rim of the crater.
    Shaders and function nodes can be assigned to the Rim shader in order to add detail to the crater.



Literally, to change the position of something. In graphics terminology to displace a surface is to modify its geometric (3D) structure using reference data of some kind. For example, a grayscale image might be taken as input, with black areas indicating no displacement of the surface, and white indicating maximum displacement. In Terragen 2 displacement is used to create all terrain by taking heightfield or procedural data as input and using it to displace the normally flat sphere of the planet.

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 single object or device in the node network which generates or modifies data and may accept input data or create output data or both, depending on its function. Nodes usually have their own settings which control the data they create or how they modify data passing through them. Nodes are connected together in a network to perform work in a network-based user interface. In Terragen 2 nodes are connected together to describe a scene.