diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index f64a92d..a2d6656 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -2022,6 +2022,10 @@ namespace OpenSim.Region.Physics.Meshing | |||
2022 | { | 2022 | { |
2023 | Mesh mesh = null; | 2023 | Mesh mesh = null; |
2024 | 2024 | ||
2025 | #if SPAM | ||
2026 | reportPrimParams(primName, primShape); | ||
2027 | #endif | ||
2028 | |||
2025 | if (primShape.SculptEntry && primShape.SculptType != (byte)0 && primShape.SculptData.Length > 0) | 2029 | if (primShape.SculptEntry && primShape.SculptType != (byte)0 && primShape.SculptData.Length > 0) |
2026 | { | 2030 | { |
2027 | SculptMesh smesh = CreateSculptMesh(primName, primShape, size, lod); | 2031 | SculptMesh smesh = CreateSculptMesh(primName, primShape, size, lod); |