Flag certain meshes to avoid vertex list compaction. This should help speed up meshing time at startup.

This commit is contained in:
Dahlia Trimble
2009-07-30 07:06:23 +00:00
parent a8246bc57e
commit 6c94ce1cca

View File

@@ -386,6 +386,8 @@ namespace OpenSim.Region.Physics.Meshing
coords = primMesh.coords;
faces = primMesh.faces;
mesh.primMesh = primMesh;
}