diff options
author | Dahlia Trimble | 2008-09-19 09:13:27 +0000 |
---|---|---|
committer | Dahlia Trimble | 2008-09-19 09:13:27 +0000 |
commit | e6afb283557d01536ac4a43584840381ccb04ead (patch) | |
tree | b744d84af27df769fb8009e363347649b88a96c1 /OpenSim/Region/Physics/Meshing | |
parent | * Tweaked handler code to recognize LibOMV's LLSD Login by post content. (diff) | |
download | opensim-SC_OLD-e6afb283557d01536ac4a43584840381ccb04ead.zip opensim-SC_OLD-e6afb283557d01536ac4a43584840381ccb04ead.tar.gz opensim-SC_OLD-e6afb283557d01536ac4a43584840381ccb04ead.tar.bz2 opensim-SC_OLD-e6afb283557d01536ac4a43584840381ccb04ead.tar.xz |
re-enabled some ODE internal proxies for some simple prim types to try to save some more memory
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); |