Unity Products:Amplify Shader Editor/Indirect Diffuse Light

From Amplify Creations Wiki
Jump to navigation Jump to search

Back to Node List

Indirect Diffuse Light Node

Indirect Diffuse Light retrieves the diffuse ambient light from Unity's global illumination system. This is equivalent to say it retrieves the information of surrounding light probes. It's only useful when doing some sort of custom lighting, thus the node is only visible in the available nodes menu if the Light Model is set to Custom Lighting and displays a warning if it ever happens to be outside of it.
NOTE: This node should be only used over connections made with the Custom Lighting input port from the surface Output node.



Nodes used: Texture Sample, Indirect Diffuse Light

Node Parameter Description Default Value
Normal Space Lets you select the space the Normal input port needs to be in
  • Tangent: Changes the Normal input port to accept values in tangent space. (internally does a tangent to world conversion)
  • World: Changes the Normal input port to accept values in world space and changes it's name accordingly. This is useful in case other nodes are being used that also require world normals by preventing multiple unnecessary tangent to world conversions.
Tangent


Input Port Description Type
Normal The normal value to change the retrieval of the indirect diffuse light. If left unconnected uses the mesh default normal. Float3

Back to Node List