Heightfield Shader - Colour Tab: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
'''Shade by light:''' TBC | '''Shade by light:''' TBC | ||
</li><li> | </li><li> | ||
'''Shade by height:''' If this is checked the '''Diffuse colour''' is | '''Shade by height:''' If this is checked the '''Diffuse colour''' is multiplied by a value depending on the heights of the heightfield. The lowest parts of the heightfield will be black and the highest parts will be the diffuse colour, with other heights being some shade in between. | ||
</li> | </li> | ||
</ul> | </ul> | ||
Revision as of 01:58, 24 May 2013

Description: The Colour tab has parameters that allow the shader to create colour information based on the heightfield. It's important to note that just turning on these parameters will not show any colour if the heightfield shader is connected into the terrain part of the node network in the normal fashion. You will also need to connect the heightfield shader output to a shader which handles colour information, for example by connecting it to the Colour function input of a Surface Layer shader.
Settings:
- Apply colour and shade: Check this to allow the shader to generate colour information.
- Diffuse colour: This sets the diffuse colour for the heightfield. The diffuse colour can be affected by the Shade by height parameter below, and may be blended by the Border blending, Blend by heightfield and Blend by shader parameters on the Location tab.
- Shade by light: TBC
- Shade by height: If this is checked the Diffuse colour is multiplied by a value depending on the heights of the heightfield. The lowest parts of the heightfield will be black and the highest parts will be the diffuse colour, with other heights being some shade in between.
Back to: Heightfield Shader