From 663aff9ea1307dda0dbf0ba752f529df12025229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Mon, 30 Oct 2017 22:29:43 +0100 Subject: [PATCH] Woops, inverted parameters in DoF --- dof.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dof.cc b/dof.cc index 4538bbf..a5165b0 100644 --- a/dof.cc +++ b/dof.cc @@ -68,8 +68,8 @@ void T_DoFPass::render( ) << OPDup( 11 ) << OPLoadInput( "dof:max-blur" ) << OPLoadInput( "dof:falloff" ) - << OPLoadInput( "dof:sharp-distance" ) << OPLoadInput( "dof:sharp-range" ) + << OPLoadInput( "dof:sharp-distance" ) << OPLoadConstant( U_PARAMS ) << OPDup( 17 ) << OPLoadConstant( 1 )