Skip to content
Snippets Groups Projects
Commit 2daff1eb authored by dg's avatar dg
Browse files

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@1454 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4fb57362
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ void main(void)
}
}
}
sample /= float((motionblur*1.5) * (float(motionblur*0.5));
sample /= float((motionblur*1.5) * ((motionblur*0.5));
// gl_FragColor = sample * (0.3 + noise * 0.7);
gl_FragColor = sample;
}
......
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