dash.graphics.shaders.glsl.ambientlight

Lighting Pass shader for ambient lights

Members

Variables

ambientlightFS
string ambientlightFS;

Outputs the color for the diffuse * the ambient light value

ambientlightVS
string ambientlightVS;

Takes in a clip-space quad and interpolates the UVs

Meta