mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
First commit where physics work as region module.
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
This commit is contained in:
@@ -117,6 +117,14 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
|
||||
public RequestAssetDelegate RequestAssetMethod { get; set; }
|
||||
|
||||
protected void Initialise(RequestAssetDelegate m, float[] terrain, float waterHeight)
|
||||
{
|
||||
RequestAssetMethod = m;
|
||||
SetTerrain(terrain);
|
||||
SetWaterLevel(waterHeight);
|
||||
|
||||
}
|
||||
|
||||
public virtual void TriggerPhysicsBasedRestart()
|
||||
{
|
||||
physicsCrash handler = OnPhysicsCrash;
|
||||
|
||||
Reference in New Issue
Block a user