aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a mess with Modules and ModuleUbitUmarov2015-09-083-3/+3
|
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-083-26/+132
| | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
* Refactored Meshing modules:Diva Canto2015-08-316-0/+4932
- Moved ZeroMesher from OpenSim.Region.PhysicsModules.SharedBase to OpenSim.Region.PhysicsModules.Meshing - Created subfolder for all Meshmerizer files, also in the same Meshing dll - Made them both region modules, with ZeroMesher being the default one This compiles but doesn't run yet.