aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2013-05-29 02:21:02 +0100
committerUbitUmarov2013-05-29 02:21:02 +0100
commit088284677019b959c2d140eedbd4e5d3baabe380 (patch)
treea5845d25c2b57d12361d3408cd03f9b2550da7fe /OpenSim/Region
parentmissing files (diff)
downloadopensim-SC_OLD-088284677019b959c2d140eedbd4e5d3baabe380.zip
opensim-SC_OLD-088284677019b959c2d140eedbd4e5d3baabe380.tar.gz
opensim-SC_OLD-088284677019b959c2d140eedbd4e5d3baabe380.tar.bz2
opensim-SC_OLD-088284677019b959c2d140eedbd4e5d3baabe380.tar.xz
missing file
Diffstat (limited to 'OpenSim/Region')
-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 d181b78..a32f401 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -715,6 +715,11 @@ namespace OpenSim.Region.Physics.Meshing
715 return CreateMesh(primName, primShape, size, lod, isPhysical, true); 715 return CreateMesh(primName, primShape, size, lod, isPhysical, true);
716 } 716 }
717 717
718 public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex, bool forOde)
719 {
720 return CreateMesh(primName, primShape, size, lod, isPhysical, true);
721 }
722
718 public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool shouldCache) 723 public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool shouldCache)
719 { 724 {
720#if SPAM 725#if SPAM