A bit more work on Building tools/support.

updated Axiom.MathLib.dll.
This commit is contained in:
MW
2007-07-04 19:07:27 +00:00
parent 5c32b33a66
commit beb3073bec
18 changed files with 390 additions and 264 deletions

View File

@@ -178,8 +178,7 @@ namespace OpenSim.Region.Environment.Scenes
/// <param name="remoteClient"></param>
public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient)
{
//this.Pos = pos;
this.rootPrimitive.Pos = pos;
this.rootPrimitive.Pos = pos ;
this.rootPrimitive.SendTerseUpdateForAllChildren(remoteClient);
}