Max prim scale on opensim is now 8192 (server restrictions may apply, limit one per customer)

This commit is contained in:
Inusaito Sayori
2013-09-12 22:35:31 -04:00
parent 5058e3e87d
commit a0a51fb762

View File

@@ -33,7 +33,7 @@ void HippoLimits::setOpenSimLimits()
{ {
mMaxAgentGroups = gHippoGridManager->getConnectedGrid()->getMaxAgentGroups(); mMaxAgentGroups = gHippoGridManager->getConnectedGrid()->getMaxAgentGroups();
if (mMaxAgentGroups < 0) mMaxAgentGroups = 50; if (mMaxAgentGroups < 0) mMaxAgentGroups = 50;
mMaxPrimScale = 256.0f; mMaxPrimScale = 8192.0f;
mMaxHeight = 10000.0f; mMaxHeight = 10000.0f;
if (gHippoGridManager->getConnectedGrid()->isRenderCompat()) { if (gHippoGridManager->getConnectedGrid()->isRenderCompat()) {
llinfos << "Using rendering compatible OpenSim limits." << llendl; llinfos << "Using rendering compatible OpenSim limits." << llendl;