aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDahlia Trimble2009-07-30 07:06:23 +0000
committerDahlia Trimble2009-07-30 07:06:23 +0000
commit6c94ce1cca1fc9c20a20cdb6648c61425ac0c540 (patch)
treedd4800a5aa25f66eeffdb27bcd605e75839980a4 /OpenSim
parent* Remove and comment out old and unneeded parts of the old TextureDownload an... (diff)
downloadopensim-SC_OLD-6c94ce1cca1fc9c20a20cdb6648c61425ac0c540.zip
opensim-SC_OLD-6c94ce1cca1fc9c20a20cdb6648c61425ac0c540.tar.gz
opensim-SC_OLD-6c94ce1cca1fc9c20a20cdb6648c61425ac0c540.tar.bz2
opensim-SC_OLD-6c94ce1cca1fc9c20a20cdb6648c61425ac0c540.tar.xz
Flag certain meshes to avoid vertex list compaction. This should help speed up meshing time at startup.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
index 06cfcdd..85c526b 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -386,6 +386,8 @@ namespace OpenSim.Region.Physics.Meshing
386 coords = primMesh.coords; 386 coords = primMesh.coords;
387 faces = primMesh.faces; 387 faces = primMesh.faces;
388 388
389 mesh.primMesh = primMesh;
390
389 } 391 }
390 392
391 393