mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-04 15:13:08 +00:00
Disable expensive post-cull bounds calculations that never help very much
This commit is contained in:
parent
bb1b1b08b9
commit
48e5358587
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