aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
diff options
context:
space:
mode:
authorMelanie2012-03-21 00:01:11 +0000
committerMelanie2012-03-21 00:01:11 +0000
commit117a86276904d8f75e4cea7e9528dd267ca3ea9f (patch)
tree467a85e00ef65c0a4bb8dad020e19055f2d39026 /OpenSim/Region/Physics/Meshing/Meshmerizer.cs
parentMove the health monitoring stuff where it will do some good (diff)
parentUpdate prebuild (diff)
downloadopensim-SC_OLD-117a86276904d8f75e4cea7e9528dd267ca3ea9f.zip
opensim-SC_OLD-117a86276904d8f75e4cea7e9528dd267ca3ea9f.tar.gz
opensim-SC_OLD-117a86276904d8f75e4cea7e9528dd267ca3ea9f.tar.bz2
opensim-SC_OLD-117a86276904d8f75e4cea7e9528dd267ca3ea9f.tar.xz
Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into careminster
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Meshmerizer.cs')
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
index 79e50d2..75fa1ef 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -717,6 +717,11 @@ namespace OpenSim.Region.Physics.Meshing
717 return CreateMesh(primName, primShape, size, lod, false); 717 return CreateMesh(primName, primShape, size, lod, false);
718 } 718 }
719 719
720 public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex)
721 {
722 return CreateMesh(primName, primShape, size, lod, false);
723 }
724
720 public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical) 725 public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical)
721 { 726 {
722#if SPAM 727#if SPAM