mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Whoops, forgot the water heightfield.
This commit is contained in:
@@ -236,7 +236,10 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
return;
|
||||
if (g2 == m_scene.LandGeom)
|
||||
return;
|
||||
|
||||
if (g1 == m_scene.WaterGeom)
|
||||
return;
|
||||
if (g2 == m_scene.WaterGeom)
|
||||
return;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
private readonly IntPtr contactgroup;
|
||||
internal IntPtr LandGeom;
|
||||
|
||||
private IntPtr WaterGeom;
|
||||
internal IntPtr WaterGeom;
|
||||
|
||||
private float nmTerrainContactFriction = 255.0f;
|
||||
private float nmTerrainContactBounce = 0.1f;
|
||||
|
||||
Reference in New Issue
Block a user