* 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.viewer-2-initial-appearance
parent
7e363b79c7
commit
6d99f0c627
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue