* Some changes that should have gone in the previous commit

[Simian]
* Adding MapLocal extension to Simian, adds very basic world map, local teleporting, and a stub for HyperGrid teleports
* A few more small additions to ISceneProvider

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2426 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-02-03 18:49:00 +00:00
parent 48982dfb7f
commit 875aa0b6e8
8 changed files with 158 additions and 24 deletions

View File

@@ -270,7 +270,7 @@ namespace SimExport
client.Self.Movement.SendManualUpdate(
flags, pos, Vector3.UnitZ, Vector3.UnitX, Vector3.UnitY, Quaternion.Identity, Quaternion.Identity, far,
AgentManager.AgentFlags.None, AgentManager.AgentState.None, false);
AgentFlags.None, AgentState.None, false);
}
Thread.Sleep(500);