1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 19:43:13 +00:00

Disable expensive post-cull bounds calculations that never help very much

This commit is contained in:
AnyOldName3 2025-08-27 23:57:07 +01:00
parent bb1b1b08b9
commit 48e5358587

View file

@ -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