* Partially complete stuff for Mesh support that Melanie wanted to see before it was done.

* Shouldn't break the build.
* Doesn't work yet either.
This commit is contained in:
Teravus Ovares (Dan Olivares)
2010-10-14 02:19:42 -04:00
parent 46738bbd16
commit 3384f643eb
3 changed files with 451 additions and 1 deletions

View File

@@ -1474,7 +1474,8 @@ namespace OpenSim.Framework.Servers.HttpServer
if (!(contentType.Contains("image")
|| contentType.Contains("x-shockwave-flash")
|| contentType.Contains("application/x-oar")))
|| contentType.Contains("application/x-oar")
|| contentType.Contains("application/vnd.ll.mesh")))
{
// Text
buffer = Encoding.UTF8.GetBytes(responseString);