Skip to content

Commit

Permalink
Reduced grass distance visibility max value
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Apr 3, 2019
1 parent 233aa98 commit 59715a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs/engine/layers/xrRender/xrRender_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ void xrRender_initconsole ()
//. CMD4(CCC_Float, "r__geometry_lod_pow", &ps_r__LOD_Power, 0, 2 );

//. CMD4(CCC_Float, "r__detail_density", &ps_r__Detail_density, .05f, 0.99f );
CMD4(CCC_Float, "r__detail_density", &ps_current_detail_density, 0.04f, 0.6f ); // KD: extended from 0.2 to 0.04 and replaced variable
CMD4(CCC_DetailRadius, "r__detail_radius", &ps_r__detail_radius, 49, 250 ); // KD
CMD4(CCC_Float, "r__detail_density", &ps_current_detail_density, 0.2f, 0.6f ); // KD: replaced variable
CMD4(CCC_DetailRadius, "r__detail_radius", &ps_r__detail_radius, 49, 200 ); // KD

#ifdef DEBUG
CMD4(CCC_Float, "r__detail_l_ambient", &ps_r__Detail_l_ambient, .5f, .95f );
Expand Down

0 comments on commit 59715a6

Please sign in to comment.