+ IA_TestAsyncImage tests the async download code of ImageManager, by downloading all textures encountered when listening to OnNewPrim

+ Removed KakaduWrap, no longer needed now that ImageTool uses Jasper

+ Exposed an accessor for Textures in TextureEntry

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@454 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Michael Cortez
2006-11-01 00:14:43 +00:00
parent db993692fb
commit 839c7cfd7d
9 changed files with 331 additions and 181 deletions

View File

@@ -63,7 +63,6 @@ namespace libsecondlife.AssetSystem
p.RequestImage[0].Image = imageID;
//FIXME: Find out what the appropriate values are here.
Console.WriteLine("Don't know what the valid value should be for Type in RequestImage");
p.RequestImage[0].Type = 0;
p.AgentData.AgentID = AgentID;