From 4a73cc81dc4e03b2b7c46829cecfc0627c3fddb4 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 28 Dec 2018 13:52:59 +0000 Subject: now break several things at same time... sog/sop updates, threads options,... --- OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs') diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index b06e93c..b52f2fd 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs @@ -172,6 +172,11 @@ namespace OpenSim.Region.ClientStack.Linden if(m_doScriptSyntax && m_scriptSyntaxID != UUID.Zero) m_features["LSLSyntaxId"] = OSD.FromUUID(m_scriptSyntaxID); + OSDMap meshAnim = new OSDMap(); + meshAnim["AnimatedObjectMaxTris"] = OSD.FromInteger(10000); + meshAnim["MaxAgentAnimatedObjectAttachments"] = OSD.FromInteger(2); + m_features["AnimatedObjects"] = meshAnim; + // Extra information for viewers that want to use it // TODO: Take these out of here into their respective modules, like map-server-url OSDMap extrasMap; -- cgit v1.1