123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623 |
- /*
- * Copyright (c) Contributors, http://opensimulator.org/
- * See CONTRIBUTORS.TXT for a full list of copyright holders.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * * Neither the name of the OpenSimulator Project nor the
- * names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- //#define SPAM
- using System;
- using System.Collections.Generic;
- using OpenSim.Framework;
- using OpenSim.Region.Framework.Scenes;
- using OpenSim.Region.Framework.Interfaces;
- using OpenSim.Region.PhysicsModules.SharedBase;
- using OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet;
- using OpenMetaverse;
- using OpenMetaverse.StructuredData;
- using System.Drawing;
- using System.Threading;
- using System.IO.Compression;
- using PrimMesher;
- using log4net;
- using Nini.Config;
- using System.Reflection;
- using System.IO;
- using Mono.Addins;
- namespace OpenSim.Region.PhysicsModule.ubODEMeshing
- {
- [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ubODEMeshmerizer")]
- public class ubMeshmerizer : IMesher, INonSharedRegionModule
- {
- private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
- // Setting baseDir to a path will enable the dumping of raw files
- // raw files can be imported by blender so a visual inspection of the results can be done
- const float floatPI = (float)Math.PI;
- private static string cacheControlFilename = "cntr";
- private bool m_Enabled = false;
- public static object diskLock = new object();
- public bool doMeshFileCache = true;
- public bool doCacheExpire = true;
- public string cachePath = "MeshCache";
- public TimeSpan CacheExpire;
- // const string baseDir = "rawFiles";
- private const string baseDir = null; //"rawFiles";
- private bool useMeshiesPhysicsMesh = true;
- private bool doConvexPrims = true;
- private bool doConvexSculpts = true;
- private Dictionary<AMeshKey, Mesh> m_uniqueMeshes = new Dictionary<AMeshKey, Mesh>();
- private Dictionary<AMeshKey, Mesh> m_uniqueReleasedMeshes = new Dictionary<AMeshKey, Mesh>();
- #region INonSharedRegionModule
- public string Name
- {
- get { return "ubODEMeshmerizer"; }
- }
- public Type ReplaceableInterface
- {
- get { return null; }
- }
- public void Initialise(IConfigSource config)
- {
- IConfig start_config = config.Configs["Startup"];
- string mesher = start_config.GetString("meshing", string.Empty);
- if (mesher == Name)
- {
- float fcache = 48.0f;
- // float fcache = 0.02f;
- IConfig mesh_config = config.Configs["Mesh"];
- if (mesh_config != null)
- {
- useMeshiesPhysicsMesh = mesh_config.GetBoolean("UseMeshiesPhysicsMesh", useMeshiesPhysicsMesh);
- doConvexPrims = mesh_config.GetBoolean("ConvexPrims",doConvexPrims);
- doConvexSculpts = mesh_config.GetBoolean("ConvexSculpts",doConvexPrims);
- doMeshFileCache = mesh_config.GetBoolean("MeshFileCache", doMeshFileCache);
- cachePath = mesh_config.GetString("MeshFileCachePath", cachePath);
- fcache = mesh_config.GetFloat("MeshFileCacheExpireHours", fcache);
- doCacheExpire = mesh_config.GetBoolean("MeshFileCacheDoExpire", doCacheExpire);
- m_Enabled = true;
- }
- CacheExpire = TimeSpan.FromHours(fcache);
- if(String.IsNullOrEmpty(cachePath))
- doMeshFileCache = false;
- if(doMeshFileCache)
- {
- if(!checkCache())
- {
- doMeshFileCache = false;
- doCacheExpire = false;
- }
- }
- else
- doCacheExpire = false;
- }
- }
- public void Close()
- {
- }
- public void AddRegion(Scene scene)
- {
- if (!m_Enabled)
- return;
- scene.RegisterModuleInterface<IMesher>(this);
- }
- public void RemoveRegion(Scene scene)
- {
- if (!m_Enabled)
- return;
- scene.UnregisterModuleInterface<IMesher>(this);
- }
- public void RegionLoaded(Scene scene)
- {
- if (!m_Enabled)
- return;
- }
- #endregion
- private void ReportPrimError(string message, string primName, PrimMesh primMesh)
- {
- m_log.Error(message);
- m_log.Error("\nPrim Name: " + primName);
- m_log.Error("****** PrimMesh Parameters ******\n" + primMesh.ParamsToDisplayString());
- }
- /// <summary>
- /// Add a submesh to an existing list of coords and faces.
- /// </summary>
- /// <param name="subMeshData"></param>
- /// <param name="size">Size of entire object</param>
- /// <param name="coords"></param>
- /// <param name="faces"></param>
- private void AddSubMesh(OSDMap subMeshData, List<Coord> coords, List<Face> faces)
- {
- // Console.WriteLine("subMeshMap for {0} - {1}", primName, Util.GetFormattedXml((OSD)subMeshMap));
- // As per http://wiki.secondlife.com/wiki/Mesh/Mesh_Asset_Format, some Mesh Level
- // of Detail Blocks (maps) contain just a NoGeometry key to signal there is no
- // geometry for this submesh.
- if (subMeshData.ContainsKey("NoGeometry") && ((OSDBoolean)subMeshData["NoGeometry"]))
- return;
- OpenMetaverse.Vector3 posMax;
- OpenMetaverse.Vector3 posMin;
- if (subMeshData.ContainsKey("PositionDomain"))
- {
- posMax = ((OSDMap)subMeshData["PositionDomain"])["Max"].AsVector3();
- posMin = ((OSDMap)subMeshData["PositionDomain"])["Min"].AsVector3();
- }
- else
- {
- posMax = new Vector3(0.5f, 0.5f, 0.5f);
- posMin = new Vector3(-0.5f, -0.5f, -0.5f);
- }
- ushort faceIndexOffset = (ushort)coords.Count;
- byte[] posBytes = subMeshData["Position"].AsBinary();
- for (int i = 0; i < posBytes.Length; i += 6)
- {
- ushort uX = Utils.BytesToUInt16(posBytes, i);
- ushort uY = Utils.BytesToUInt16(posBytes, i + 2);
- ushort uZ = Utils.BytesToUInt16(posBytes, i + 4);
- Coord c = new Coord(
- Utils.UInt16ToFloat(uX, posMin.X, posMax.X),
- Utils.UInt16ToFloat(uY, posMin.Y, posMax.Y),
- Utils.UInt16ToFloat(uZ, posMin.Z, posMax.Z));
- coords.Add(c);
- }
- byte[] triangleBytes = subMeshData["TriangleList"].AsBinary();
- for (int i = 0; i < triangleBytes.Length; i += 6)
- {
- ushort v1 = (ushort)(Utils.BytesToUInt16(triangleBytes, i) + faceIndexOffset);
- ushort v2 = (ushort)(Utils.BytesToUInt16(triangleBytes, i + 2) + faceIndexOffset);
- ushort v3 = (ushort)(Utils.BytesToUInt16(triangleBytes, i + 4) + faceIndexOffset);
- Face f = new Face(v1, v2, v3);
- faces.Add(f);
- }
- }
- /// <summary>
- /// Create a physics mesh from data that comes with the prim. The actual data used depends on the prim type.
- /// </summary>
- /// <param name="primName"></param>
- /// <param name="primShape"></param>
- /// <param name="size"></param>
- /// <param name="lod"></param>
- /// <returns></returns>
- private Mesh CreateMeshFromPrimMesher(string primName, PrimitiveBaseShape primShape, float lod, bool convex)
- {
- // m_log.DebugFormat(
- // "[MESH]: Creating physics proxy for {0}, shape {1}",
- // primName, (OpenMetaverse.SculptType)primShape.SculptType);
- List<Coord> coords;
- List<Face> faces;
- bool needsConvexProcessing = convex;
- if (primShape.SculptEntry)
- {
- if (((SculptType)primShape.SculptType) == SculptType.Mesh)
- {
- if (!useMeshiesPhysicsMesh)
- return null;
- try
- {
- if (!GenerateCoordsAndFacesFromPrimMeshData(primName, primShape, out coords, out faces, convex))
- return null;
- needsConvexProcessing = false;
- }
- catch
- {
- m_log.ErrorFormat("[MESH]: fail to process mesh asset for prim {0}", primName);
- return null;
- }
- }
- else
- {
- try
- {
- if (!GenerateCoordsAndFacesFromPrimSculptData(primName, primShape, lod, out coords, out faces))
- return null;
- needsConvexProcessing &= doConvexSculpts;
- }
- catch
- {
- m_log.ErrorFormat("[MESH]: fail to process sculpt map for prim {0}", primName);
- return null;
- }
- }
- }
- else
- {
- try
- {
- if (!GenerateCoordsAndFacesFromPrimShapeData(primName, primShape, lod, convex, out coords, out faces))
- return null;
- needsConvexProcessing &= doConvexPrims;
- }
- catch
- {
- m_log.ErrorFormat("[MESH]: fail to process shape parameters for prim {0}", primName);
- return null;
- }
- }
- int numCoords = coords.Count;
- int numFaces = faces.Count;
- if(numCoords < 3 || (!needsConvexProcessing && numFaces < 1))
- {
- m_log.ErrorFormat("[MESH]: invalid degenerated mesh for prim {0} ignored", primName);
- return null;
- }
- if(needsConvexProcessing)
- {
- List<Coord> convexcoords;
- List<Face> convexfaces;
- if(CreateBoundingHull(coords, out convexcoords, out convexfaces) && convexcoords != null && convexfaces != null)
- {
- coords.Clear();
- coords = convexcoords;
- numCoords = coords.Count;
- faces.Clear();
- faces = convexfaces;
- numFaces = faces.Count;
- }
- else
- m_log.ErrorFormat("[ubMESH]: failed to create convex for {0} using normal mesh", primName);
- }
- Mesh mesh = new Mesh(true);
- // Add the corresponding triangles to the mesh
- for (int i = 0; i < numFaces; i++)
- {
- Face f = faces[i];
- mesh.Add(new Triangle(coords[f.v1].X, coords[f.v1].Y, coords[f.v1].Z,
- coords[f.v2].X, coords[f.v2].Y, coords[f.v2].Z,
- coords[f.v3].X, coords[f.v3].Y, coords[f.v3].Z));
- }
- coords.Clear();
- faces.Clear();
- if(mesh.numberVertices() < 3 || mesh.numberTriangles() < 1)
- {
- m_log.ErrorFormat("[MESH]: invalid degenerated mesh for prim {0} ignored", primName);
- return null;
- }
- primShape.SculptData = Utils.EmptyBytes;
- return mesh;
- }
- /// <summary>
- /// Generate the co-ords and faces necessary to construct a mesh from the mesh data the accompanies a prim.
- /// </summary>
- /// <param name="primName"></param>
- /// <param name="primShape"></param>
- /// <param name="size"></param>
- /// <param name="coords">Coords are added to this list by the method.</param>
- /// <param name="faces">Faces are added to this list by the method.</param>
- /// <returns>true if coords and faces were successfully generated, false if not</returns>
- private bool GenerateCoordsAndFacesFromPrimMeshData(
- string primName, PrimitiveBaseShape primShape, out List<Coord> coords, out List<Face> faces, bool convex)
- {
- // m_log.DebugFormat("[MESH]: experimental mesh proxy generation for {0}", primName);
- // for ubOde we have a diferent mesh use priority
- // priority is to use full mesh then decomposition
- // SL does the oposite
- bool usemesh = false;
- coords = new List<Coord>();
- faces = new List<Face>();
- OSD meshOsd = null;
- if (primShape.SculptData == null || primShape.SculptData.Length <= 0)
- {
- // m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName);
- return false;
- }
- long start = 0;
- using (MemoryStream data = new MemoryStream(primShape.SculptData))
- {
- try
- {
- OSD osd = OSDParser.DeserializeLLSDBinary(data);
- if (osd is OSDMap)
- meshOsd = (OSDMap)osd;
- else
- {
- m_log.WarnFormat("[Mesh}: unable to cast mesh asset to OSDMap prim: {0}",primName);
- return false;
- }
- }
- catch (Exception e)
- {
- m_log.Error("[MESH]: Exception deserializing mesh asset header:" + e.ToString());
- return false;
- }
- start = data.Position;
- }
- if (meshOsd is OSDMap)
- {
- OSDMap physicsParms = null;
- OSDMap map = (OSDMap)meshOsd;
- if (!convex)
- {
- if (map.ContainsKey("physics_shape"))
- physicsParms = (OSDMap)map["physics_shape"]; // old asset format
- else if (map.ContainsKey("physics_mesh"))
- physicsParms = (OSDMap)map["physics_mesh"]; // new asset format
- if (physicsParms != null)
- usemesh = true;
- }
- if(!usemesh && (map.ContainsKey("physics_convex")))
- physicsParms = (OSDMap)map["physics_convex"];
- if (physicsParms == null)
- {
- //m_log.WarnFormat("[MESH]: unknown mesh type for prim {0}",primName);
- return false;
- }
- int physOffset = physicsParms["offset"].AsInteger() + (int)start;
- int physSize = physicsParms["size"].AsInteger();
- if (physOffset < 0 || physSize == 0)
- return false; // no mesh data in asset
- OSD decodedMeshOsd = new OSD();
- byte[] meshBytes = new byte[physSize];
- System.Buffer.BlockCopy(primShape.SculptData, physOffset, meshBytes, 0, physSize);
- try
- {
- using (MemoryStream inMs = new MemoryStream(meshBytes))
- {
- using (MemoryStream outMs = new MemoryStream())
- {
- using (DeflateStream decompressionStream = new DeflateStream(inMs, CompressionMode.Decompress))
- {
- byte[] readBuffer = new byte[2048];
- inMs.Read(readBuffer, 0, 2); // skip first 2 bytes in header
- int readLen = 0;
- while ((readLen = decompressionStream.Read(readBuffer, 0, readBuffer.Length)) > 0)
- outMs.Write(readBuffer, 0, readLen);
- outMs.Seek(0, SeekOrigin.Begin);
- byte[] decompressedBuf = outMs.GetBuffer();
- decodedMeshOsd = OSDParser.DeserializeLLSDBinary(decompressedBuf);
- }
- }
- }
- }
- catch (Exception e)
- {
- m_log.Error("[MESH]: exception decoding physical mesh prim " + primName +" : " + e.ToString());
- return false;
- }
- if (usemesh)
- {
- OSDArray decodedMeshOsdArray = null;
- // physics_shape is an array of OSDMaps, one for each submesh
- if (decodedMeshOsd is OSDArray)
- {
- // Console.WriteLine("decodedMeshOsd for {0} - {1}", primName, Util.GetFormattedXml(decodedMeshOsd));
- decodedMeshOsdArray = (OSDArray)decodedMeshOsd;
- foreach (OSD subMeshOsd in decodedMeshOsdArray)
- {
- if (subMeshOsd is OSDMap)
- AddSubMesh(subMeshOsd as OSDMap, coords, faces);
- }
- }
- }
- else
- {
- OSDMap cmap = (OSDMap)decodedMeshOsd;
- if (cmap == null)
- return false;
- byte[] data;
- List<float3> vs = new List<float3>();
- PHullResult hullr = new PHullResult();
- float3 f3;
- Coord c;
- Face f;
- Vector3 range;
- Vector3 min;
- const float invMaxU16 = 1.0f / 65535f;
- int t1;
- int t2;
- int t3;
- int i;
- int nverts;
- int nindexs;
- if (cmap.ContainsKey("Max"))
- range = cmap["Max"].AsVector3();
- else
- range = new Vector3(0.5f, 0.5f, 0.5f);
- if (cmap.ContainsKey("Min"))
- min = cmap["Min"].AsVector3();
- else
- min = new Vector3(-0.5f, -0.5f, -0.5f);
- range = range - min;
- range *= invMaxU16;
- if(!convex)
- {
- // if mesh data not present and not convex then we need convex decomposition data
- if (cmap.ContainsKey("HullList") && cmap.ContainsKey("Positions"))
- {
- List<int> hsizes = new List<int>();
- int totalpoints = 0;
- data = cmap["HullList"].AsBinary();
- for (i = 0; i < data.Length; i++)
- {
- t1 = data[i];
- if (t1 == 0)
- t1 = 256;
- totalpoints += t1;
- hsizes.Add(t1);
- }
- data = cmap["Positions"].AsBinary();
- int ptr = 0;
- int vertsoffset = 0;
- if (totalpoints == data.Length / 6) // 2 bytes per coord, 3 coords per point
- {
- foreach (int hullsize in hsizes)
- {
- for (i = 0; i < hullsize; i++ )
- {
- t1 = data[ptr++];
- t1 += data[ptr++] << 8;
- t2 = data[ptr++];
- t2 += data[ptr++] << 8;
- t3 = data[ptr++];
- t3 += data[ptr++] << 8;
- f3 = new float3((t1 * range.X + min.X),
- (t2 * range.Y + min.Y),
- (t3 * range.Z + min.Z));
- vs.Add(f3);
- }
- if(hullsize <3)
- {
- vs.Clear();
- continue;
- }
- if (hullsize <5)
- {
- foreach (float3 point in vs)
- {
- c.X = point.x;
- c.Y = point.y;
- c.Z = point.z;
- coords.Add(c);
- }
- f = new Face(vertsoffset, vertsoffset + 1, vertsoffset + 2);
- faces.Add(f);
- if (hullsize == 4)
- {
- // not sure about orientation..
- f = new Face(vertsoffset, vertsoffset + 2, vertsoffset + 3);
- faces.Add(f);
- f = new Face(vertsoffset, vertsoffset + 3, vertsoffset + 1);
- faces.Add(f);
- f = new Face(vertsoffset + 3, vertsoffset + 2, vertsoffset + 1);
- faces.Add(f);
- }
- vertsoffset += vs.Count;
- vs.Clear();
- continue;
- }
- List<int> indices;
- if (!HullUtils.ComputeHull(vs, out indices))
- {
- vs.Clear();
- continue;
- }
- nverts = vs.Count;
- nindexs = indices.Count;
- if (nindexs % 3 != 0)
- {
- vs.Clear();
- continue;
- }
- for (i = 0; i < nverts; i++)
- {
- c.X = vs[i].x;
- c.Y = vs[i].y;
- c.Z = vs[i].z;
- coords.Add(c);
- }
- for (i = 0; i < nindexs; i += 3)
- {
- t1 = indices[i];
- if (t1 > nverts)
- break;
- t2 = indices[i + 1];
- if (t2 > nverts)
- break;
- t3 = indices[i + 2];
- if (t3 > nverts)
- break;
- f = new Face(vertsoffset + t1, vertsoffset + t2, vertsoffset + t3);
- faces.Add(f);
- }
- vertsoffset += nverts;
- vs.Clear();
- }
- }
- if (coords.Count > 0 && faces.Count > 0)
- return true;
- }
- else
- {
- // if neither mesh or decomposition present, warn and use convex
- //m_log.WarnFormat("[MESH]: Data for PRIM shape type ( mesh or decomposition) not found for prim {0}",primName);
- }
- }
- vs.Clear();
- if (cmap.ContainsKey("BoundingVerts"))
- {
- data = cmap["BoundingVerts"].AsBinary();
- for (i = 0; i < data.Length; )
- {
- t1 = data[i++];
- t1 += data[i++] << 8;
- t2 = data[i++];
- t2 += data[i++] << 8;
- t3 = data[i++];
- t3 += data[i++] << 8;
- f3 = new float3((t1 * range.X + min.X),
- (t2 * range.Y + min.Y),
- (t3 * range.Z + min.Z));
- vs.Add(f3);
- }
- nverts = vs.Count;
- if (nverts < 3)
- {
- vs.Clear();
- return false;
- }
- if (nverts < 5)
- {
- foreach (float3 point in vs)
- {
- c.X = point.x;
- c.Y = point.y;
- c.Z = point.z;
- coords.Add(c);
- }
- f = new Face(0, 1, 2);
- faces.Add(f);
- if (nverts == 4)
- {
- f = new Face(0, 2, 3);
- faces.Add(f);
- f = new Face(0, 3, 1);
- faces.Add(f);
- f = new Face( 3, 2, 1);
- faces.Add(f);
- }
- vs.Clear();
- return true;
- }
- List<int> indices;
- if (!HullUtils.ComputeHull(vs, out indices))
- return false;
- nindexs = indices.Count;
- if (nindexs % 3 != 0)
- return false;
- for (i = 0; i < nverts; i++)
- {
- c.X = vs[i].x;
- c.Y = vs[i].y;
- c.Z = vs[i].z;
- coords.Add(c);
- }
- for (i = 0; i < nindexs; i += 3)
- {
- t1 = indices[i];
- if (t1 > nverts)
- break;
- t2 = indices[i + 1];
- if (t2 > nverts)
- break;
- t3 = indices[i + 2];
- if (t3 > nverts)
- break;
- f = new Face(t1, t2, t3);
- faces.Add(f);
- }
- vs.Clear();
- if (coords.Count > 0 && faces.Count > 0)
- return true;
- }
- else
- return false;
- }
- }
- return true;
- }
- /// <summary>
- /// Generate the co-ords and faces necessary to construct a mesh from the sculpt data the accompanies a prim.
- /// </summary>
- /// <param name="primName"></param>
- /// <param name="primShape"></param>
- /// <param name="size"></param>
- /// <param name="lod"></param>
- /// <param name="coords">Coords are added to this list by the method.</param>
- /// <param name="faces">Faces are added to this list by the method.</param>
- /// <returns>true if coords and faces were successfully generated, false if not</returns>
- private bool GenerateCoordsAndFacesFromPrimSculptData(
- string primName, PrimitiveBaseShape primShape, float lod, out List<Coord> coords, out List<Face> faces)
- {
- coords = new List<Coord>();
- faces = new List<Face>();
- PrimMesher.SculptMesh sculptMesh;
- Image idata = null;
- if (primShape.SculptData == null || primShape.SculptData.Length == 0)
- return false;
- try
- {
- OpenMetaverse.Imaging.ManagedImage unusedData;
- OpenMetaverse.Imaging.OpenJPEG.DecodeToImage(primShape.SculptData, out unusedData, out idata);
- unusedData = null;
- if (idata == null)
- {
- // In some cases it seems that the decode can return a null bitmap without throwing
- // an exception
- m_log.WarnFormat("[PHYSICS]: OpenJPEG decoded sculpt data for {0} to a null bitmap. Ignoring.", primName);
- return false;
- }
- }
- catch (DllNotFoundException)
- {
- m_log.Error("[PHYSICS]: OpenJpeg is not installed correctly on this system. Physics Proxy generation failed. Often times this is because of an old version of GLIBC. You must have version 2.4 or above!");
- return false;
- }
- catch (IndexOutOfRangeException)
- {
- m_log.Error("[PHYSICS]: OpenJpeg was unable to decode this. Physics Proxy generation failed");
- return false;
- }
- catch (Exception ex)
- {
- m_log.Error("[PHYSICS]: Unable to generate a Sculpty physics proxy. Sculpty texture decode failed: " + ex.Message);
- return false;
- }
- PrimMesher.SculptMesh.SculptType sculptType;
- // remove mirror and invert bits
- OpenMetaverse.SculptType pbsSculptType = ((OpenMetaverse.SculptType)(primShape.SculptType & 0x3f));
- switch (pbsSculptType)
- {
- case OpenMetaverse.SculptType.Cylinder:
- sculptType = PrimMesher.SculptMesh.SculptType.cylinder;
- break;
- case OpenMetaverse.SculptType.Plane:
- sculptType = PrimMesher.SculptMesh.SculptType.plane;
- break;
- case OpenMetaverse.SculptType.Torus:
- sculptType = PrimMesher.SculptMesh.SculptType.torus;
- break;
- case OpenMetaverse.SculptType.Sphere:
- sculptType = PrimMesher.SculptMesh.SculptType.sphere;
- break;
- default:
- sculptType = PrimMesher.SculptMesh.SculptType.plane;
- break;
- }
- bool mirror = ((primShape.SculptType & 128) != 0);
- bool invert = ((primShape.SculptType & 64) != 0);
- sculptMesh = new PrimMesher.SculptMesh((Bitmap)idata, sculptType, (int)lod, mirror, invert);
- idata.Dispose();
- // sculptMesh.DumpRaw(baseDir, primName, "primMesh");
- coords = sculptMesh.coords;
- faces = sculptMesh.faces;
- return true;
- }
- /// <summary>
- /// Generate the co-ords and faces necessary to construct a mesh from the shape data the accompanies a prim.
- /// </summary>
- /// <param name="primName"></param>
- /// <param name="primShape"></param>
- /// <param name="size"></param>
- /// <param name="coords">Coords are added to this list by the method.</param>
- /// <param name="faces">Faces are added to this list by the method.</param>
- /// <returns>true if coords and faces were successfully generated, false if not</returns>
- private bool GenerateCoordsAndFacesFromPrimShapeData(
- string primName, PrimitiveBaseShape primShape, float lod, bool convex,
- out List<Coord> coords, out List<Face> faces)
- {
- PrimMesh primMesh;
- coords = new List<Coord>();
- faces = new List<Face>();
- float pathShearX = primShape.PathShearX < 128 ? (float)primShape.PathShearX * 0.01f : (float)(primShape.PathShearX - 256) * 0.01f;
- float pathShearY = primShape.PathShearY < 128 ? (float)primShape.PathShearY * 0.01f : (float)(primShape.PathShearY - 256) * 0.01f;
- float pathBegin = (float)primShape.PathBegin * 2.0e-5f;
- float pathEnd = 1.0f - (float)primShape.PathEnd * 2.0e-5f;
- float pathScaleX = (float)(primShape.PathScaleX - 100) * 0.01f;
- float pathScaleY = (float)(primShape.PathScaleY - 100) * 0.01f;
- float profileBegin = (float)primShape.ProfileBegin * 2.0e-5f;
- float profileEnd = 1.0f - (float)primShape.ProfileEnd * 2.0e-5f;
- if (profileBegin < 0.0f)
- profileBegin = 0.0f;
- if (profileEnd < 0.02f)
- profileEnd = 0.02f;
- else if (profileEnd > 1.0f)
- profileEnd = 1.0f;
- if (profileBegin >= profileEnd)
- profileBegin = profileEnd - 0.02f;
- float profileHollow = (float)primShape.ProfileHollow * 2.0e-5f;
- if(convex)
- profileHollow = 0.0f;
- else if (profileHollow > 0.95f)
- profileHollow = 0.95f;
- int sides = 4;
- LevelOfDetail iLOD = (LevelOfDetail)lod;
- byte profshape = (byte)(primShape.ProfileCurve & 0x07);
- if (profshape == (byte)ProfileShape.EquilateralTriangle
- || profshape == (byte)ProfileShape.IsometricTriangle
- || profshape == (byte)ProfileShape.RightTriangle)
- sides = 3;
- else if (profshape == (byte)ProfileShape.Circle)
- {
- switch (iLOD)
- {
- case LevelOfDetail.High: sides = 24; break;
- case LevelOfDetail.Medium: sides = 12; break;
- case LevelOfDetail.Low: sides = 6; break;
- case LevelOfDetail.VeryLow: sides = 3; break;
- default: sides = 24; break;
- }
- }
- else if (profshape == (byte)ProfileShape.HalfCircle)
- { // half circle, prim is a sphere
- switch (iLOD)
- {
- case LevelOfDetail.High: sides = 24; break;
- case LevelOfDetail.Medium: sides = 12; break;
- case LevelOfDetail.Low: sides = 6; break;
- case LevelOfDetail.VeryLow: sides = 3; break;
- default: sides = 24; break;
- }
- profileBegin = 0.5f * profileBegin + 0.5f;
- profileEnd = 0.5f * profileEnd + 0.5f;
- }
- int hollowSides = sides;
- if (primShape.HollowShape == HollowShape.Circle)
- {
- switch (iLOD)
- {
- case LevelOfDetail.High: hollowSides = 24; break;
- case LevelOfDetail.Medium: hollowSides = 12; break;
- case LevelOfDetail.Low: hollowSides = 6; break;
- case LevelOfDetail.VeryLow: hollowSides = 3; break;
- default: hollowSides = 24; break;
- }
- }
- else if (primShape.HollowShape == HollowShape.Square)
- hollowSides = 4;
- else if (primShape.HollowShape == HollowShape.Triangle)
- {
- if (profshape == (byte)ProfileShape.HalfCircle)
- hollowSides = 6;
- else
- hollowSides = 3;
- }
- primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides);
- if (primMesh.errorMessage != null)
- if (primMesh.errorMessage.Length > 0)
- m_log.Error("[ERROR] " + primMesh.errorMessage);
- primMesh.topShearX = pathShearX;
- primMesh.topShearY = pathShearY;
- primMesh.pathCutBegin = pathBegin;
- primMesh.pathCutEnd = pathEnd;
-
- if (primShape.PathCurve == (byte)Extrusion.Straight || primShape.PathCurve == (byte) Extrusion.Flexible)
- {
- primMesh.twistBegin = (float)(primShape.PathTwistBegin * (floatPI * 0.01f));
- primMesh.twistEnd = (float)(primShape.PathTwist * (floatPI * 0.01f));
- primMesh.taperX = pathScaleX;
- primMesh.taperY = pathScaleY;
- #if SPAM
- m_log.Debug("****** PrimMesh Parameters (Linear) ******\n" + primMesh.ParamsToDisplayString());
- #endif
- try
- {
- primMesh.Extrude(PathType.Linear); ;
- }
- catch (Exception ex)
- {
- ReportPrimError("Extrusion failure: exception: " + ex.ToString(), primName, primMesh);
- return false;
- }
- }
- else
- {
- primMesh.holeSizeX = (200 - primShape.PathScaleX) * 0.01f;
- primMesh.holeSizeY = (200 - primShape.PathScaleY) * 0.01f;
- primMesh.radius = 0.01f * primShape.PathRadiusOffset;
- primMesh.revolutions = 1.0f + 0.015f * primShape.PathRevolutions;
- primMesh.skew = 0.01f * primShape.PathSkew;
- primMesh.twistBegin = (float)(primShape.PathTwistBegin * (floatPI * 0.02f));
- primMesh.twistEnd = (float)(primShape.PathTwistBegin * (floatPI * 0.02f));
- primMesh.taperX = primShape.PathTaperX * 0.01f;
- primMesh.taperY = primShape.PathTaperY * 0.01f;
- if(profshape == (byte)ProfileShape.HalfCircle)
- {
- if(primMesh.holeSizeY < 0.01f)
- primMesh.holeSizeY = 0.01f;
- else if(primMesh.holeSizeY > 1.0f)
- primMesh.holeSizeY = 1.0f;
- }
- #if SPAM
- m_log.Debug("****** PrimMesh Parameters (Circular) ******\n" + primMesh.ParamsToDisplayString());
- #endif
- try
- {
- primMesh.Extrude(PathType.Circular);
- }
- catch (Exception ex)
- {
- ReportPrimError("Extrusion failure: exception: " + ex.ToString(), primName, primMesh);
- return false;
- }
- }
- // primMesh.DumpRaw(baseDir, primName, "primMesh");
- coords = primMesh.coords;
- faces = primMesh.faces;
- return true;
- }
- public AMeshKey GetMeshUniqueKey(PrimitiveBaseShape primShape, Vector3 size, byte lod, bool convex)
- {
- AMeshKey key = new AMeshKey();
- Byte[] someBytes;
- key.hashB = 5181;
- key.hashC = 5181;
- ulong hash = 5381;
- if (primShape.SculptEntry)
- {
- key.uuid = primShape.SculptTexture;
- key.hashC = mdjb2(key.hashC, primShape.SculptType);
- key.hashC = mdjb2(key.hashC, primShape.PCode);
- }
- else
- {
- hash = mdjb2(hash, primShape.PathCurve);
- hash = mdjb2(hash, (byte)primShape.HollowShape);
- hash = mdjb2(hash, (byte)primShape.ProfileShape);
- hash = mdjb2(hash, primShape.PathBegin);
- hash = mdjb2(hash, primShape.PathEnd);
- hash = mdjb2(hash, primShape.PathScaleX);
- hash = mdjb2(hash, primShape.PathScaleY);
- hash = mdjb2(hash, primShape.PathShearX);
- key.hashA = hash;
- hash = key.hashB;
- hash = mdjb2(hash, primShape.PathShearY);
- hash = mdjb2(hash, (byte)primShape.PathTwist);
- hash = mdjb2(hash, (byte)primShape.PathTwistBegin);
- hash = mdjb2(hash, (byte)primShape.PathRadiusOffset);
- hash = mdjb2(hash, (byte)primShape.PathTaperX);
- hash = mdjb2(hash, (byte)primShape.PathTaperY);
- hash = mdjb2(hash, primShape.PathRevolutions);
- hash = mdjb2(hash, (byte)primShape.PathSkew);
- hash = mdjb2(hash, primShape.ProfileBegin);
- hash = mdjb2(hash, primShape.ProfileEnd);
- hash = mdjb2(hash, primShape.ProfileHollow);
- hash = mdjb2(hash, primShape.PCode);
- key.hashB = hash;
- }
- hash = key.hashC;
- hash = mdjb2(hash, lod);
- if (size == m_MeshUnitSize)
- {
- hash = hash << 8;
- hash |= 8;
- }
- else
- {
- someBytes = size.GetBytes();
- for (int i = 0; i < someBytes.Length; i++)
- hash = mdjb2(hash, someBytes[i]);
- hash = hash << 8;
- }
- if (convex)
- hash |= 4;
- if (primShape.SculptEntry)
- {
- hash |= 1;
- if (primShape.SculptType == (byte)SculptType.Mesh)
- hash |= 2;
- }
- key.hashC = hash;
- return key;
- }
- private ulong mdjb2(ulong hash, byte c)
- {
- return ((hash << 5) + hash) + (ulong)c;
- }
- private ulong mdjb2(ulong hash, ushort c)
- {
- hash = ((hash << 5) + hash) + (ulong)((byte)c);
- return ((hash << 5) + hash) + (ulong)(c >> 8);
- }
- public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod)
- {
- return CreateMesh(primName, primShape, size, lod, false,false,false);
- }
- public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical)
- {
- return CreateMesh(primName, primShape, size, lod, false,false,false);
- }
- public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool shouldCache, bool convex, bool forOde)
- {
- return CreateMesh(primName, primShape, size, lod, false, false, false);
- }
- public IMesh GetMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex)
- {
- Mesh mesh = null;
- if (size.X < 0.01f) size.X = 0.01f;
- if (size.Y < 0.01f) size.Y = 0.01f;
- if (size.Z < 0.01f) size.Z = 0.01f;
- AMeshKey key = GetMeshUniqueKey(primShape, size, (byte)lod, convex);
- lock (m_uniqueMeshes)
- {
- m_uniqueMeshes.TryGetValue(key, out mesh);
- if (mesh != null)
- {
- mesh.RefCount++;
- return mesh;
- }
- // try to find a identical mesh on meshs recently released
- lock (m_uniqueReleasedMeshes)
- {
- m_uniqueReleasedMeshes.TryGetValue(key, out mesh);
- if (mesh != null)
- {
- m_uniqueReleasedMeshes.Remove(key);
- try
- {
- m_uniqueMeshes.Add(key, mesh);
- }
- catch { }
- mesh.RefCount = 1;
- return mesh;
- }
- }
- }
- return null;
- }
- private static Vector3 m_MeshUnitSize = new Vector3(1.0f, 1.0f, 1.0f);
- public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex, bool forOde)
- {
- #if SPAM
- m_log.DebugFormat("[MESH]: Creating mesh for {0}", primName);
- #endif
- Mesh mesh = null;
- if (size.X < 0.01f) size.X = 0.01f;
- if (size.Y < 0.01f) size.Y = 0.01f;
- if (size.Z < 0.01f) size.Z = 0.01f;
- // try to find a identical mesh on meshs in use
- AMeshKey key = GetMeshUniqueKey(primShape,size,(byte)lod, convex);
- lock (m_uniqueMeshes)
- {
- m_uniqueMeshes.TryGetValue(key, out mesh);
- if (mesh != null)
- {
- mesh.RefCount++;
- return mesh;
- }
- // try to find a identical mesh on meshs recently released
- lock (m_uniqueReleasedMeshes)
- {
- m_uniqueReleasedMeshes.TryGetValue(key, out mesh);
- if (mesh != null)
- {
- m_uniqueReleasedMeshes.Remove(key);
- try
- {
- m_uniqueMeshes.Add(key, mesh);
- }
- catch { }
- mesh.RefCount = 1;
- return mesh;
- }
- }
- }
- Mesh UnitMesh = null;
- AMeshKey unitKey = GetMeshUniqueKey(primShape, m_MeshUnitSize, (byte)lod, convex);
- lock (m_uniqueReleasedMeshes)
- {
- m_uniqueReleasedMeshes.TryGetValue(unitKey, out UnitMesh);
- if (UnitMesh != null)
- {
- UnitMesh.RefCount = 1;
- }
- }
- if (UnitMesh == null && primShape.SculptEntry && doMeshFileCache)
- UnitMesh = GetFromFileCache(unitKey);
- if (UnitMesh == null)
- {
- UnitMesh = CreateMeshFromPrimMesher(primName, primShape, lod, convex);
- if (UnitMesh == null)
- return null;
- UnitMesh.DumpRaw(baseDir, unitKey.ToString(), "Z");
- if (forOde)
- {
- // force pinned mem allocation
- UnitMesh.PrepForOde();
- }
- else
- UnitMesh.TrimExcess();
- UnitMesh.Key = unitKey;
- UnitMesh.RefCount = 1;
- if (doMeshFileCache && primShape.SculptEntry)
- StoreToFileCache(unitKey, UnitMesh);
- lock (m_uniqueReleasedMeshes)
- {
- try
- {
- m_uniqueReleasedMeshes.Add(unitKey, UnitMesh);
- }
- catch { }
- }
- }
- mesh = UnitMesh.Scale(size);
- mesh.Key = key;
- mesh.RefCount = 1;
- lock (m_uniqueMeshes)
- {
- try
- {
- m_uniqueMeshes.Add(key, mesh);
- }
- catch { }
- }
- return mesh;
- }
- public void ReleaseMesh(IMesh imesh)
- {
- if (imesh == null)
- return;
- Mesh mesh = (Mesh)imesh;
- lock (m_uniqueMeshes)
- {
- int curRefCount = mesh.RefCount;
- curRefCount--;
- if (curRefCount > 0)
- {
- mesh.RefCount = curRefCount;
- return;
- }
- mesh.RefCount = 0;
- m_uniqueMeshes.Remove(mesh.Key);
- lock (m_uniqueReleasedMeshes)
- {
- try
- {
- m_uniqueReleasedMeshes.Add(mesh.Key, mesh);
- }
- catch { }
- }
- }
- }
- public void ExpireReleaseMeshs()
- {
- if (m_uniqueReleasedMeshes.Count == 0)
- return;
- List<Mesh> meshstodelete = new List<Mesh>();
- int refcntr;
- lock (m_uniqueReleasedMeshes)
- {
- foreach (Mesh m in m_uniqueReleasedMeshes.Values)
- {
- refcntr = m.RefCount;
- refcntr--;
- if (refcntr > -6)
- m.RefCount = refcntr;
- else
- meshstodelete.Add(m);
- }
- foreach (Mesh m in meshstodelete)
- {
- m_uniqueReleasedMeshes.Remove(m.Key);
- m.releaseBuildingMeshData();
- m.releasePinned();
- }
- }
- }
- public void FileNames(AMeshKey key, out string dir, out string fullFileName)
- {
- string id = key.ToString();
- string init = id.Substring(0, 1);
- dir = System.IO.Path.Combine(cachePath, init);
- fullFileName = System.IO.Path.Combine(dir, id);
- }
- public string FullFileName(AMeshKey key)
- {
- string id = key.ToString();
- string init = id.Substring(0,1);
- id = System.IO.Path.Combine(init, id);
- id = System.IO.Path.Combine(cachePath, id);
- return id;
- }
- private Mesh GetFromFileCache(AMeshKey key)
- {
- Mesh mesh = null;
- string filename = FullFileName(key);
- bool ok = true;
- lock (diskLock)
- {
- if (File.Exists(filename))
- {
- try
- {
- using(FileStream stream = File.Open(filename, FileMode.Open, FileAccess.Read, FileShare.Read))
- {
- // BinaryFormatter bformatter = new BinaryFormatter();
- mesh = Mesh.FromStream(stream,key);
- }
- }
- catch (Exception e)
- {
- ok = false;
- m_log.ErrorFormat(
- "[MESH CACHE]: Failed to get file {0}. Exception {1} {2}",
- filename, e.Message, e.StackTrace);
- }
- try
- {
- if (mesh == null || !ok)
- File.Delete(filename);
- else
- File.SetLastAccessTimeUtc(filename, DateTime.UtcNow);
- }
- catch
- {
- }
- }
- }
- return mesh;
- }
- private void StoreToFileCache(AMeshKey key, Mesh mesh)
- {
- bool ok = false;
- // Make sure the target cache directory exists
- string dir = String.Empty;
- string filename = String.Empty;
- FileNames(key, out dir, out filename);
- lock (diskLock)
- {
- Stream stream = null;
- try
- {
- if (!Directory.Exists(dir))
- {
- Directory.CreateDirectory(dir);
- }
- stream = File.Open(filename, FileMode.Create);
- ok = mesh.ToStream(stream);
- }
- catch (IOException e)
- {
- m_log.ErrorFormat(
- "[MESH CACHE]: Failed to write file {0}. Exception {1} {2}.",
- filename, e.Message, e.StackTrace);
- ok = false;
- }
- finally
- {
- if(stream != null)
- stream.Dispose();
- }
- if (!ok && File.Exists(filename))
- {
- try
- {
- File.Delete(filename);
- }
- catch (IOException)
- {
- m_log.ErrorFormat(
- "[MESH CACHE]: Failed to delete file {0}",filename);
- }
- }
- }
- }
- public void ExpireFileCache()
- {
- if (!doCacheExpire)
- return;
- string controlfile = System.IO.Path.Combine(cachePath, cacheControlFilename);
- lock (diskLock)
- {
- try
- {
- if (File.Exists(controlfile))
- {
- int ndeleted = 0;
- int totalfiles = 0;
- int ndirs = 0;
- DateTime OlderTime = File.GetLastAccessTimeUtc(controlfile) - CacheExpire;
- File.SetLastAccessTimeUtc(controlfile, DateTime.UtcNow);
- foreach (string dir in Directory.GetDirectories(cachePath))
- {
- try
- {
- foreach (string file in Directory.GetFiles(dir))
- {
- try
- {
- if (File.GetLastAccessTimeUtc(file) < OlderTime)
- {
- File.Delete(file);
- ndeleted++;
- }
- }
- catch { }
- totalfiles++;
- }
- }
- catch { }
- ndirs++;
- }
- if (ndeleted == 0)
- m_log.InfoFormat("[MESH CACHE]: {0} Files in {1} cache folders, no expires",
- totalfiles,ndirs);
- else
- m_log.InfoFormat("[MESH CACHE]: {0} Files in {1} cache folders, expired {2} files accessed before {3}",
- totalfiles,ndirs, ndeleted, OlderTime.ToString());
- }
- else
- {
- m_log.Info("[MESH CACHE]: Expire delayed to next startup");
- FileStream fs = File.Create(controlfile,4096,FileOptions.WriteThrough);
- fs.Close();
- }
- }
- catch { }
- }
- }
- public bool checkCache()
- {
- string controlfile = System.IO.Path.Combine(cachePath, cacheControlFilename);
- lock (diskLock)
- {
- try
- {
- if (!Directory.Exists(cachePath))
- {
- Directory.CreateDirectory(cachePath);
- Thread.Sleep(100);
- FileStream fs = File.Create(controlfile, 4096, FileOptions.WriteThrough);
- fs.Close();
- return true;
- }
- }
- catch
- {
- doMeshFileCache = false;
- doCacheExpire = false;
- return false;
- }
- finally {}
- if (File.Exists(controlfile))
- return true;
- try
- {
- Directory.Delete(cachePath, true);
- while(Directory.Exists(cachePath))
- Thread.Sleep(100);
- }
- catch(Exception e)
- {
- m_log.Error("[MESH CACHE]: failed to delete old version of the cache: " + e.Message);
- doMeshFileCache = false;
- doCacheExpire = false;
- return false;
- }
- finally {}
- try
- {
- Directory.CreateDirectory(cachePath);
- while(!Directory.Exists(cachePath))
- Thread.Sleep(100);
- }
- catch(Exception e)
- {
- m_log.Error("[MESH CACHE]: failed to create new cache folder: " + e.Message);
- doMeshFileCache = false;
- doCacheExpire = false;
- return false;
- }
- finally {}
- try
- {
- FileStream fs = File.Create(controlfile, 4096, FileOptions.WriteThrough);
- fs.Close();
- }
- catch(Exception e)
- {
- m_log.Error("[MESH CACHE]: failed to create new control file: " + e.Message);
- doMeshFileCache = false;
- doCacheExpire = false;
- return false;
- }
- finally {}
-
- return true;
- }
- }
- public bool CreateBoundingHull(List<Coord> inputVertices, out List<Coord> convexcoords, out List<Face> newfaces)
- {
- convexcoords = null;
- newfaces = null;
- HullDesc desc = new HullDesc();
- HullResult result = new HullResult();
- int nInputVerts = inputVertices.Count;
- int i;
- List<float3> vs = new List<float3>(nInputVerts);
- float3 f3;
- //useless copy
- for(i = 0 ; i < nInputVerts; i++)
- {
- f3 = new float3(inputVertices[i].X, inputVertices[i].Y, inputVertices[i].Z);
- vs.Add(f3);
- }
- desc.Vertices = vs;
- desc.Flags = HullFlag.QF_TRIANGLES;
- desc.MaxVertices = 256;
- try
- {
- HullError ret = HullUtils.CreateConvexHull(desc, ref result);
- if (ret != HullError.QE_OK)
- return false;
- int nverts = result.OutputVertices.Count;
- int nindx = result.Indices.Count;
- if(nverts < 3 || nindx< 3)
- return false;
- if(nindx % 3 != 0)
- return false;
- convexcoords = new List<Coord>(nverts);
- Coord c;
- vs = result.OutputVertices;
- for(i = 0 ; i < nverts; i++)
- {
- c = new Coord(vs[i].x, vs[i].y, vs[i].z);
- convexcoords.Add(c);
- }
- newfaces = new List<Face>(nindx / 3);
- List<int> indxs = result.Indices;
- int k, l, m;
- Face f;
- for(i = 0 ; i < nindx;)
- {
- k = indxs[i++];
- l = indxs[i++];
- m = indxs[i++];
- if(k > nInputVerts)
- continue;
- if(l > nInputVerts)
- continue;
- if(m > nInputVerts)
- continue;
- f = new Face(k,l,m);
- newfaces.Add(f);
- }
- }
- catch
- {
- return false;
- }
- return true;
- }
- }
- }
|