mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
add simulator features AvatarSkeleton and AnimationSet report
This commit is contained in:
@@ -131,8 +131,11 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
m_features["MeshRezEnabled"] = true;
|
||||
m_features["MeshUploadEnabled"] = true;
|
||||
m_features["MeshXferEnabled"] = true;
|
||||
m_features["AvatarSkeleton"] = true;
|
||||
m_features["AnimationSet"] = true;
|
||||
|
||||
m_features["PhysicsMaterialsEnabled"] = true;
|
||||
|
||||
|
||||
OSDMap typesMap = new OSDMap();
|
||||
typesMap["convex"] = true;
|
||||
typesMap["none"] = true;
|
||||
|
||||
Reference in New Issue
Block a user