aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Meshing/ZeroMesher.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a mess with Modules and ModuleUbitUmarov2015-09-081-1/+1
|
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-5/+18
| | | | | | | | 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-311-0/+132
- 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.