Woops, inverted parameters in DoF
This commit is contained in:
parent
e58b88737c
commit
663aff9ea1
1 changed files with 1 additions and 1 deletions
2
dof.cc
2
dof.cc
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue