Skip to content
Snippets Groups Projects
Commit dc6ec6ee authored by David Parks's avatar David Parks
Browse files

NORSPEC-261 Put back directional ambient.

parent c7479098
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ void main()
ambient *= ambient;
ambient = (1.0-ambient);
//col.rgb *= ambient;
col.rgb *= ambient;
col += atmosAffectDirectionalLight(max(min(da, 1.0) * 2.8, 0.0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment