diff options
author | Diva Canto | 2015-08-31 09:21:05 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-31 09:21:05 -0700 |
commit | 3741edd1c791e87a38805a62530755cbf0c55cab (patch) | |
tree | 93993feafe3ae4b7fc67f9cd2cf5218882134295 /OpenSim/Region/PhysicsModules/Meshing/Properties | |
parent | More namespace and dll name changes. Still no functional changes. (diff) | |
download | opensim-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/Meshing/Properties')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs index ec968c0..d6ac8b2 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs | |||
@@ -1,11 +1,12 @@ | |||
1 | using System.Reflection; | 1 | using System.Reflection; |
2 | using System.Runtime.CompilerServices; | 2 | using System.Runtime.CompilerServices; |
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | using Mono.Addins; | ||
4 | 5 | ||
5 | // General Information about an assembly is controlled through the following | 6 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 7 | // set of attributes. Change these attribute values to modify the information |
7 | // associated with an assembly. | 8 | // associated with an assembly. |
8 | [assembly: AssemblyTitle("OpenSim.Region.Physics.Meshing")] | 9 | [assembly: AssemblyTitle("OpenSim.Region.PhysicsModules.Meshing")] |
9 | [assembly: AssemblyDescription("")] | 10 | [assembly: AssemblyDescription("")] |
10 | [assembly: AssemblyConfiguration("")] | 11 | [assembly: AssemblyConfiguration("")] |
11 | [assembly: AssemblyCompany("http://opensimulator.org")] | 12 | [assembly: AssemblyCompany("http://opensimulator.org")] |
@@ -31,3 +32,5 @@ using System.Runtime.InteropServices; | |||
31 | // | 32 | // |
32 | [assembly: AssemblyVersion("0.8.2.*")] | 33 | [assembly: AssemblyVersion("0.8.2.*")] |
33 | 34 | ||
35 | [assembly: Addin("OpenSim.Region.PhysicsModules.Meshing", OpenSim.VersionInfo.VersionNumber)] | ||
36 | [assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] | ||