mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-27 07:15:31 +03:00
Had to change mat_slopescaledepthbias_shadowmap back to 16 due to issues with objects like citizens looking strange up close
This commit is contained in:
parent
a92ca7ceac
commit
5eda2f692f
@ -1434,7 +1434,7 @@ bool CClientShadowMgr::Init()
|
|||||||
mat_slopescaledepthbias_shadowmap = ConVarRef( "mat_slopescaledepthbias_shadowmap" );
|
mat_slopescaledepthbias_shadowmap = ConVarRef( "mat_slopescaledepthbias_shadowmap" );
|
||||||
mat_depthbias_shadowmap = ConVarRef( "mat_depthbias_shadowmap" );
|
mat_depthbias_shadowmap = ConVarRef( "mat_depthbias_shadowmap" );
|
||||||
|
|
||||||
mat_slopescaledepthbias_shadowmap.SetValue( "2" );
|
mat_slopescaledepthbias_shadowmap.SetValue( "16" ); // Would do something like 2 here, but it causes citizens to look weird under flashlights
|
||||||
mat_depthbias_shadowmap.SetValue( "0.00005" );
|
mat_depthbias_shadowmap.SetValue( "0.00005" );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user