mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
add EngineName also to the others
This commit is contained in:
@@ -212,6 +212,11 @@ namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
get { return "BulletSim"; }
|
||||
}
|
||||
|
||||
public string Version
|
||||
{
|
||||
get { return "1.0"; }
|
||||
}
|
||||
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
@@ -245,6 +250,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
EngineType = Name;
|
||||
RegionName = scene.RegionInfo.RegionName;
|
||||
PhysicsSceneName = EngineType + "/" + RegionName;
|
||||
EngineName = Name + " " + Version;
|
||||
|
||||
scene.RegisterModuleInterface<PhysicsScene>(this);
|
||||
Vector3 extent = new Vector3(scene.RegionInfo.RegionSizeX, scene.RegionInfo.RegionSizeY, scene.RegionInfo.RegionSizeZ);
|
||||
|
||||
Reference in New Issue
Block a user