mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
a mess with Modules and Module
This commit is contained in:
@@ -31,7 +31,7 @@ using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Region.PhysicsModules.SharedBase;
|
||||
using OpenSim.Region.PhysicsModules.Meshing;
|
||||
using OpenSim.Region.PhysicsModule.Meshing;
|
||||
|
||||
public class Vertex : IComparable<Vertex>
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ using OpenSim.Region.PhysicsModules.SharedBase;
|
||||
using PrimMesher;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModules.Meshing
|
||||
namespace OpenSim.Region.PhysicsModule.Meshing
|
||||
{
|
||||
public class Mesh : IMesh
|
||||
{
|
||||
|
||||
@@ -44,7 +44,7 @@ using log4net;
|
||||
using Nini.Config;
|
||||
using Mono.Addins;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModules.Meshing
|
||||
namespace OpenSim.Region.PhysicsModule.Meshing
|
||||
{
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "Meshmerizer")]
|
||||
public class Meshmerizer : IMesher, INonSharedRegionModule
|
||||
|
||||
@@ -6,7 +6,7 @@ using Mono.Addins;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("OpenSim.Region.PhysicsModules.Meshing")]
|
||||
[assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.Meshing")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("http://opensimulator.org")]
|
||||
@@ -32,5 +32,5 @@ using Mono.Addins;
|
||||
//
|
||||
[assembly: AssemblyVersion("0.8.2.*")]
|
||||
|
||||
[assembly: Addin("OpenSim.Region.PhysicsModules.Meshing", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: Addin("OpenSim.Region.PhysicsModule.Meshing", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||
|
||||
@@ -47,7 +47,7 @@ using log4net;
|
||||
* it's always availabe and thus the default in case of configuration errors
|
||||
*/
|
||||
|
||||
namespace OpenSim.Region.PhysicsModules.Meshing
|
||||
namespace OpenSim.Region.PhysicsModule.Meshing
|
||||
{
|
||||
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ZeroMesher")]
|
||||
|
||||
Reference in New Issue
Block a user