mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
bug fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -2344,7 +2344,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
}
|
||||
}
|
||||
IntPtr HeightmapData = d.GeomHeightfieldDataCreate();
|
||||
IntPtr HeightmapData = d.GeomUbitTerrainDataCreate();
|
||||
|
||||
const int wrap = 0;
|
||||
float thickness = hfmin;
|
||||
|
||||
Reference in New Issue
Block a user