aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/IMesher.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-10-04 04:55:53 +0100
committerUbitUmarov2012-10-04 04:55:53 +0100
commit51e1830f86cd0253879f4f60470a3b5fa2b3db7c (patch)
tree834792c6c8315694219f03590037e9f70dd3e1e4 /OpenSim/Region/Physics/Manager/IMesher.cs
parent missing changed file (diff)
downloadopensim-SC_OLD-51e1830f86cd0253879f4f60470a3b5fa2b3db7c.zip
opensim-SC_OLD-51e1830f86cd0253879f4f60470a3b5fa2b3db7c.tar.gz
opensim-SC_OLD-51e1830f86cd0253879f4f60470a3b5fa2b3db7c.tar.bz2
opensim-SC_OLD-51e1830f86cd0253879f4f60470a3b5fa2b3db7c.tar.xz
more changes. Most code not in use
Diffstat (limited to 'OpenSim/Region/Physics/Manager/IMesher.cs')
-rw-r--r--OpenSim/Region/Physics/Manager/IMesher.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/IMesher.cs b/OpenSim/Region/Physics/Manager/IMesher.cs
index 06f3c8b..460b48e 100644
--- a/OpenSim/Region/Physics/Manager/IMesher.cs
+++ b/OpenSim/Region/Physics/Manager/IMesher.cs
@@ -82,5 +82,6 @@ namespace OpenSim.Region.Physics.Manager
82 void Append(IMesh newMesh); 82 void Append(IMesh newMesh);
83 void TransformLinear(float[,] matrix, float[] offset); 83 void TransformLinear(float[,] matrix, float[] offset);
84 Vector3 GetCentroid(); 84 Vector3 GetCentroid();
85 Vector3 GetOBB();
85 } 86 }
86} 87}