aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-12some improvements to sculptmap alpha handling and LODdahlia1-627/+645
2009-11-11clean up some cruftdahlia1-12/+2
2009-11-11minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2009-11-09add an overload to _SculptMesh for meshing from a list of coordinatesdahlia1-3/+46
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-02Delete depricated extrusion methods and redirect to universal extrude method.dahlia1-833/+10
2009-10-28Switching sculpty from CSJ2K back to OpenJPEG for now until more kinks are ir...John Hurliman1-2/+6
2009-10-28Print the exception message when CSJ2K decoding fails for sculpty texturesJohn Hurliman1-3/+3
2009-10-26* Switched from OpenJPEG to CSJ2K in MeshmerizerJohn Hurliman1-3/+1
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman3-34/+56
2009-10-26Added calls to GC.AddMemoryPressure() when unmanaged memory is allocated for ...John Hurliman1-0/+6
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-1/+1
2009-10-19Formatting cleanup.Jeff Ames1-3/+3
2009-10-18Zero out PrimitiveBaseShape.SculptData after the JPEG2000 data has been decod...John Hurliman1-0/+3
2009-10-13* Eliminated unnecessary parameters from LLUDPServer.SendPacketData()John Hurliman1-1/+1
2009-10-11sync PrimMesher with r46dahlia2-19/+782
2009-10-11disambiguate System.Path (preparation for new PrimMesher)dahlia1-1/+1
2009-10-05Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocat...Dan Lake1-54/+112
2009-10-04only cache mesh if meshing was successfuldahlia1-8/+4
2009-10-04flexible extrusion shape defaults to lineardahlia1-1/+1
2009-10-04Exclude sculpt proxies from mesh cachingdahlia1-6/+23
2009-09-30Create j2k cache directory if it doesn't exist. The Meshmerizer needs it there.Diva Canto1-0/+14
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames2-2/+2
2009-09-25corrections to viewerMode AddPos()dahlia2-1/+40
2009-09-24Meshmerizer stores dictionary of unique Meshes keyed on construction paramete...Dan Lake2-64/+92
2009-09-02eliminate unnecessary storage of mesh objects which are no longer necessary a...dahlia1-1/+0
2009-09-03Add copyright headers. Formatting cleanup.Jeff Ames1-2/+2
2009-09-01Applying Mantis #4079. Thank you, dslakeMelanie2-109/+57
2009-08-03starting to refactor path generation out of prim extrusiondahlia1-2/+18
2009-07-30Flag certain meshes to avoid vertex list compaction. This should help speed u...Dahlia Trimble1-0/+2
2009-07-14add a constructor overload and an AddPos method to SculptMeshDahlia Trimble1-0/+33
2009-07-11Some improvements to prim face numbering - only affects viewers using PrimMesherDahlia Trimble1-11/+17
2009-06-10Formatting cleanup.Jeff Ames1-3/+1
2009-06-06some code cleanupDahlia Trimble1-3/+0
2009-06-04Fix comparison of UUID with null.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames5-5/+5
2009-05-31reduce verbosity of sculpt map cache messages to reporting cache failures onlyDahlia Trimble1-2/+2
2009-05-29some clean up of sculpt map caching codeDahlia Trimble1-5/+3
2009-05-29reinstate a hopefully more robust experimental decoded sculpt map caching schemeDahlia Trimble1-3/+5
2009-05-29disable sculpt map caching until a better method of avoiding asset requests c...Dahlia Trimble1-5/+8
2009-05-29Experimental decoded sculpt map cachingDahlia Trimble1-17/+48
2009-05-22cleaning out warnings.Dr Scofield1-37/+37
2009-05-19Sculpt mesher refactorDahlia Trimble1-58/+98
2009-05-15some sculpted prim geometry accuracy and meshing speed improvementsDahlia Trimble1-22/+7
2009-05-08Added a Copy() method to PrimMesh and SculptMesh as suggested by dmiles. Sync...Dahlia Trimble2-20/+75
2009-05-03alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514Dahlia Trimble1-1/+1
2009-04-24some code cleanupDahlia Trimble1-18/+0
2009-04-24Limit hollow size of physics proxy to 95%Dahlia Trimble2-2/+4
2009-04-18Add some documentation. (note this is *not* a thinly veiled attempt to increa...Dahlia Trimble1-1/+3
2009-04-11* Instead of referencing mesh stuff in the physics plugin.. change the IMesh ...Teravus Ovares1-3/+13