Skip to content
Snippets Groups Projects
Commit e8537078 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Revert "Another terrain shader fix"

This reverts commit 8cac098d.
parent 5cbccaca
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ void main()
outColor.a = 0.0; // yes, downstream atmospherics
frag_data[0] = outColor;
frag_data[1] = vec4(0.0,0.0,0.0,0.0);
frag_data[1] = vec4(0.0,0.0,0.0,-1.0);
vec3 nvn = normalize(vary_normal);
frag_data[2] = vec4(encode_normal(nvn.xyz), 0.0, 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