aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
index 545bd27..f328066 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
@@ -1353,6 +1353,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1353 { 1353 {
1354 if (m_mesh == null) 1354 if (m_mesh == null)
1355 { 1355 {
1356/*
1356 bool convex; 1357 bool convex;
1357 int clod = (int)LevelOfDetail.High; 1358 int clod = (int)LevelOfDetail.High;
1358 1359
@@ -1366,6 +1367,8 @@ namespace OpenSim.Region.Physics.OdePlugin
1366 } 1367 }
1367 1368
1368 mesh = _parent_scene.mesher.CreateMesh(Name, _pbs, _size, clod, true, convex); 1369 mesh = _parent_scene.mesher.CreateMesh(Name, _pbs, _size, clod, true, convex);
1370*/
1371 mesh = _parent_scene.m_meshWorker.getMesh(this, _pbs, _size, m_shapetype);
1369 } 1372 }
1370 else 1373 else
1371 { 1374 {