decouple mirrors feature from VTPBR

This commit is contained in:
UbitUmarov
2024-06-12 13:33:50 +01:00
parent 8becea09c1
commit ed455616f7

View File

@@ -158,6 +158,8 @@ namespace OpenSim.Region.ClientStack.Linden
m_features["MeshUploadEnabled"] = true;
m_features["MeshXferEnabled"] = true;
m_features["MirrorsEnabled"] = true;
m_features["PhysicsMaterialsEnabled"] = true;
m_features["PhysicsShapeTypes"] = new OSDMap()
@@ -286,7 +288,6 @@ namespace OpenSim.Region.ClientStack.Linden
{
copy["PBRMaterialSwatchEnabled"] = true;
copy["PBRTerrainEnabled"] = true;
copy["MirrorsEnabled"] = true;
}
// Let's add the agentID to the destination guide, if it is expecting that.