mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks
* This pushes an identifier for the OpenSim scene to the physics scene. This allows log messages from the physics scene to identify which OpenSim scene they relate to. * Thanks Gerhard
This commit is contained in:
@@ -41,8 +41,11 @@ namespace OpenSim.Region.Physics.POSPlugin
|
||||
private float[] _heightMap;
|
||||
private const float gravity = -9.8f;
|
||||
|
||||
public POSScene()
|
||||
string sceneIdentifier;
|
||||
|
||||
public POSScene(String _sceneIdentifier)
|
||||
{
|
||||
sceneIdentifier = _sceneIdentifier;
|
||||
}
|
||||
|
||||
public override void Initialise(IMesher meshmerizer, IConfigSource config)
|
||||
|
||||
Reference in New Issue
Block a user