Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

This commit is contained in:
ubit
2012-10-20 18:55:44 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1108,6 +1108,8 @@ namespace OpenSim.Region.Physics.OdePlugin
ODEPhysRepData repData = _parent_scene.m_meshWorker.NewActorPhysRep(this, _pbs, _size, m_shapetype);
primVolume = repData.volume;
m_OBB = repData.OBB;
m_OBBOffset = repData.OBBOffset;
UpdatePrimBodyData();
}

View File

@@ -2344,7 +2344,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
}
}
IntPtr HeightmapData = d.GeomHeightfieldDataCreate();
IntPtr HeightmapData = d.GeomUbitTerrainDataCreate();
const int wrap = 0;
float thickness = hfmin;