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

Smol diff tweak

parent 8c8f26df
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,6 @@ void main() ...@@ -186,7 +186,6 @@ void main()
vec3 diff_tex = texture2DRect(diffuseRect, frag.xy).rgb; vec3 diff_tex = texture2DRect(diffuseRect, frag.xy).rgb;
vec4 spec = texture2DRect(specularRect, frag.xy); vec4 spec = texture2DRect(specularRect, frag.xy);
vec3 dlit = vec3(0, 0, 0); vec3 dlit = vec3(0, 0, 0);
float noise = texture2D(noiseMap, frag.xy/128.0).b; float noise = texture2D(noiseMap, frag.xy/128.0).b;
......
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