* Modified ImageDownload to hold ImageType and DiscardLevel

* RequestImage() now takes a starting packet number as a parameter
* Image download refresh timer calculates which packet to restart the transfer at

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2227 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-09-16 00:31:55 +00:00
parent 76bbff3c66
commit 6497ef03ca
4 changed files with 48 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenMetaverse.TestClient
}
OutfitAssets.Add(face.TextureID);
Client.Assets.RequestImage(face.TextureID, type, 100000.0f, 0);
Client.Assets.RequestImage(face.TextureID, type, 100000.0f, 0, 0);
output.Append(((AppearanceManager.TextureIndex)j).ToString());
output.Append(" ");