aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto1-0/+0
2013-05-29missing filesUbitUmarov1-0/+1
2013-02-05BulletSim: remove degenerate triangles from meshes. This fixes theRobert Adams1-0/+1
2012-11-29BulletSim: add expanded call to IMesher/Meshmerizer which enables/disables me...Robert Adams1-0/+1
2012-10-13 add mesh cache expire on region startup. Expires will be relative toUbitUmarov1-0/+1
2012-10-13 retouch mesh idsUbitUmarov1-1/+1
2012-10-13longer meshs identification keys, so first part on disk cache is it's asset idUbitUmarov1-1/+3
2012-10-12missing fileUbitUmarov1-0/+6
2012-10-09 force allocation of mesh data on creation ( messy code version )UbitUmarov1-1/+1
2012-10-04 more changes. Most code not in useUbitUmarov1-0/+1
2012-10-03 introduce a ODEMeshWorker class, should be pure cosmetic changes for nowUbitUmarov1-1/+2
2012-08-07 use a bit more complex mesh key identifier, plus a bug fixUbitUmarov1-0/+12
2012-08-06** DANGER someone should stress test more ** release unused physics meshs, in...UbitUmarov1-0/+2
2012-03-21let convex be a parameter to createMesh so it can be used. Was forced to add ...UbitUmarov1-0/+1
2012-02-11Use mesh to estimate real center of prims if avaiable. Let sculpt map texture...UbitUmarov1-0/+1
2011-08-28Add level of detail specification to optionally reduce the number of vertices...Robert Adams1-0/+11
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-3/+4
2009-10-19Formatting cleanup.Jeff Ames1-1/+1
2009-10-05Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocat...Dan Lake1-0/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-11* Instead of referencing mesh stuff in the physics plugin.. change the IMesh ...Teravus Ovares1-0/+2
2008-08-27adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data a...Dahlia Trimble1-0/+1
2008-08-18Formatting cleanup.Jeff Ames1-1/+0
2008-07-12Overloads CreateMesh method of interface IMesher to pass prim physical status...Dahlia Trimble1-0/+1
2008-05-25* Releases Pinned vertex/index list in ODE on next mesh request.Teravus Ovares1-0/+2
2008-05-16* This finishes the ODE options section of the OpenSim.ini.example. I've adde...Teravus Ovares1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2007-12-27* Optimized usingslbsa711-6/+3
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-11-11set svn:eol-styleJeff Ames1-26/+26
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares1-0/+26