mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Very Preliminary local teleporting added (currently only can teleport within the current region).
Now need to add teleporting between regions and use of the dynamic texture for the terrain.
This commit is contained in:
@@ -39,6 +39,7 @@ using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Inventory;
|
||||
using OpenSim.Region.Scripting;
|
||||
using OpenSim.Terrain;
|
||||
using OpenSim.Caches;
|
||||
|
||||
namespace OpenSim.Region.Scenes
|
||||
{
|
||||
@@ -54,6 +55,7 @@ namespace OpenSim.Region.Scenes
|
||||
protected libsecondlife.TerrainManager TerrainManager; // To be referenced via TerrainEngine
|
||||
protected object m_syncRoot = new object();
|
||||
private uint m_nextLocalId = 8880000;
|
||||
protected AssetCache assetCache;
|
||||
|
||||
#region Update Methods
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user