* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'

* At this point.   Visually, Mesh works OK.   Remember peeps, this is still highly experimental from the viewer side as well as the Simulator side.   There are known problems with the new beta viewers and attachment breaking so be careful until that's fixed.    Additionally there some new properties in the Mesh Viewer that determine physics settings that are non-functional.   More work will be done on that.
This commit is contained in:
Teravus Ovares (Dan Olivares)
2010-10-14 09:34:37 -04:00
parent 7e363b79c7
commit 6d99f0c627

View File

@@ -104,7 +104,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
m_log.Info("[GETMESH]: /CAPS/" + capID);
caps.RegisterHandler("GetMesh",
new RestHTTPHandler("POST", "/CAPS/" + capID + "/",
new RestHTTPHandler("GET", "/CAPS/" + capID,
delegate(Hashtable m_dhttpMethod)
{
return ProcessGetMesh(m_dhttpMethod, agentID, caps);