Overrides - Various bugs fixed, new overrides in script

This commit is contained in:
Emmanuel BENOîT 2017-11-18 16:13:07 +01:00
parent aeefcbb633
commit 7d85a87488
7 changed files with 60 additions and 27 deletions

View file

@ -16,5 +16,5 @@ void main( void )
gl_FragCoord.xy / u_InputSize.xy , u_LOD ).xyz;
color = max( vec3( 0 ) ,
( pow( c , vec3( u_FilterParams.x ) ) * u_FilterParams.y - c )
/ u_FilterParams.z );
* u_FilterParams.z );
}