Woops, inverted parameters in DoF

This commit is contained in:
Emmanuel BENOîT 2017-10-30 22:29:43 +01:00
parent e58b88737c
commit 663aff9ea1

2
dof.cc
View file

@ -68,8 +68,8 @@ void T_DoFPass::render( )
<< OPDup( 11 ) << OPDup( 11 )
<< OPLoadInput( "dof:max-blur" ) << OPLoadInput( "dof:max-blur" )
<< OPLoadInput( "dof:falloff" ) << OPLoadInput( "dof:falloff" )
<< OPLoadInput( "dof:sharp-distance" )
<< OPLoadInput( "dof:sharp-range" ) << OPLoadInput( "dof:sharp-range" )
<< OPLoadInput( "dof:sharp-distance" )
<< OPLoadConstant( U_PARAMS ) << OPLoadConstant( U_PARAMS )
<< OPDup( 17 ) << OPDup( 17 )
<< OPLoadConstant( 1 ) << OPLoadConstant( 1 )