mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
demote ConvexDecompositionDotNet to a simple dll, i had made it a region module
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class Wpoint
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public static class Concavity
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class DecompDesc
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public delegate void ConvexDecompositionCallback(ConvexResult result);
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class ConvexResult
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class HullResult
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class HullTriangle : int3
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public static class HullUtils
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class Plane
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public enum PlaneTriResult : int
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Mono.Addins;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
@@ -34,6 +33,3 @@ using Mono.Addins;
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.8.2.*")]
|
||||
|
||||
[assembly: Addin("OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class Quaternion : float4
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class Rect3d
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class VertexPool
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class float2
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class float3 : IEquatable<float3>
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class float3x3
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class float4
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class float4x4
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class int3
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
|
||||
namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
{
|
||||
public class int4
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user