Refactored Meshing modules:

- 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.
This commit is contained in:
Diva Canto
2015-08-31 09:21:05 -07:00
parent ce2c67876e
commit 3741edd1c7
11 changed files with 146 additions and 62 deletions

View File

@@ -56,8 +56,6 @@ namespace OpenSim.Region.PhysicsModule.ODE.Tests
// Loading ODEPlugin
cbt = new OdePlugin();
// Loading Zero Mesher
imp = new ZeroMesherPlugin();
// Getting Physics Scene
ps = cbt.GetScene("test");
// Initializing Physics Scene.