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

trunk
Dahlia Trimble 2009-07-30 07:06:23 +00:00
parent a8246bc57e
commit 6c94ce1cca
1 changed files with 2 additions and 0 deletions

View File

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