diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Meshmerizer.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index a7514b6..6a6d3e2 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -1909,8 +1909,8 @@ namespace OpenSim.Region.Physics.Meshing | |||
1909 | PrimMesh primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides); | 1909 | PrimMesh primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides); |
1910 | //PrimMesh primMesh = new PrimMesh(sides, profileBegin, profileEnd, 0.0f, 4); | 1910 | //PrimMesh primMesh = new PrimMesh(sides, profileBegin, profileEnd, 0.0f, 4); |
1911 | 1911 | ||
1912 | Profile testProfile = new Profile(sides, profileBegin, profileEnd, profileHollow, hollowSides); | 1912 | //Profile testProfile = new Profile(sides, profileBegin, profileEnd, profileHollow, hollowSides, true); |
1913 | testProfile.DumpRaw(baseDir, primName, "Profile"); | 1913 | //testProfile.DumpRaw(baseDir, primName, "Profile"); |
1914 | 1914 | ||
1915 | primMesh.topShearX = pathShearX; | 1915 | primMesh.topShearX = pathShearX; |
1916 | primMesh.topShearY = pathShearY; | 1916 | primMesh.topShearY = pathShearY; |