staticgeom: increased boundaries for HUGE rbxls

This commit is contained in:
rjindael 2023-07-20 00:32:29 -07:00
parent f5027d9633
commit fb83423a0a
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace RNR
break;
case BATCH_STATIC_GEOMETRY:
m_geom = world->getOgreSceneManager()->createStaticGeometry("workspaceGeom");
m_geom->setRegionDimensions(Ogre::Vector3(2048,2048,2048));
m_geom->setRegionDimensions(Ogre::Vector3(4096, 4096, 4096));
m_geom->setCastShadows(true);
break;
case BATCH_DONT: