Prim creation working.

This commit is contained in:
MW
2007-06-10 15:43:04 +00:00
parent ab009fe36a
commit 488e716208
12 changed files with 178 additions and 206 deletions

View File

@@ -103,5 +103,6 @@ namespace OpenSim.Framework.Interfaces
AgentCircuitData RequestClientInfo();
void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimData primData, LLVector3 pos, LLUUID textureID);
void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLQuaternion rotation);
}
}