mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-14 21:56:36 +00:00
Merge branch 'waste-of-time' into 'master'
Disable expensive post-cull bounds calculations that never help very much See merge request OpenMW/openmw!4894
This commit is contained in:
commit
92b7ed5964
1 changed files with 2 additions and 2 deletions
|
@ -2762,7 +2762,7 @@ bool MWShadowTechnique::adjustPerspectiveShadowMapCameraSettings(osgUtil::Render
|
|||
}
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (renderStage)
|
||||
{
|
||||
#if 1
|
||||
|
@ -2984,7 +2984,7 @@ bool MWShadowTechnique::adjustPerspectiveShadowMapCameraSettings(osgUtil::Render
|
|||
OSG_NOTICE<<"convexHull max_z_ratio = "<<max_z_ratio<<std::endl;
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (renderStage)
|
||||
{
|
||||
#if 1
|
||||
|
|
Loading…
Reference in a new issue