1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-14 18: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:
psi29a 2025-08-31 18:01:51 +00:00
commit 92b7ed5964

View file

@ -2762,7 +2762,7 @@ bool MWShadowTechnique::adjustPerspectiveShadowMapCameraSettings(osgUtil::Render
} }
#endif #endif
#if 1 #if 0
if (renderStage) if (renderStage)
{ {
#if 1 #if 1
@ -2984,7 +2984,7 @@ bool MWShadowTechnique::adjustPerspectiveShadowMapCameraSettings(osgUtil::Render
OSG_NOTICE<<"convexHull max_z_ratio = "<<max_z_ratio<<std::endl; OSG_NOTICE<<"convexHull max_z_ratio = "<<max_z_ratio<<std::endl;
#endif #endif
#if 1 #if 0
if (renderStage) if (renderStage)
{ {
#if 1 #if 1