aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Ode
diff options
context:
space:
mode:
authorDiva Canto2015-08-31 09:21:05 -0700
committerDiva Canto2015-08-31 09:21:05 -0700
commit3741edd1c791e87a38805a62530755cbf0c55cab (patch)
tree93993feafe3ae4b7fc67f9cd2cf5218882134295 /OpenSim/Region/PhysicsModules/Ode
parentMore namespace and dll name changes. Still no functional changes. (diff)
downloadopensim-SC_OLD-3741edd1c791e87a38805a62530755cbf0c55cab.zip
opensim-SC_OLD-3741edd1c791e87a38805a62530755cbf0c55cab.tar.gz
opensim-SC_OLD-3741edd1c791e87a38805a62530755cbf0c55cab.tar.bz2
opensim-SC_OLD-3741edd1c791e87a38805a62530755cbf0c55cab.tar.xz
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.
Diffstat (limited to 'OpenSim/Region/PhysicsModules/Ode')
-rw-r--r--OpenSim/Region/PhysicsModules/Ode/Tests/ODETestClass.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/Tests/ODETestClass.cs b/OpenSim/Region/PhysicsModules/Ode/Tests/ODETestClass.cs
index 1816656..bbf64d5 100644
--- a/OpenSim/Region/PhysicsModules/Ode/Tests/ODETestClass.cs
+++ b/OpenSim/Region/PhysicsModules/Ode/Tests/ODETestClass.cs
@@ -56,8 +56,6 @@ namespace OpenSim.Region.PhysicsModule.ODE.Tests
56 56
57 // Loading ODEPlugin 57 // Loading ODEPlugin
58 cbt = new OdePlugin(); 58 cbt = new OdePlugin();
59 // Loading Zero Mesher
60 imp = new ZeroMesherPlugin();
61 // Getting Physics Scene 59 // Getting Physics Scene
62 ps = cbt.GetScene("test"); 60 ps = cbt.GetScene("test");
63 // Initializing Physics Scene. 61 // Initializing Physics Scene.