brokenplugins
MW 2007-02-02 17:59:51 +00:00
parent ade41c677f
commit f21990ea06
1 changed files with 3 additions and 2 deletions

View File

@ -161,14 +161,15 @@ namespace OpenSim
private void initialise() private void initialise()
{ {
//for now read in our test image
TextureImage im=new TextureImage(); TextureImage im=new TextureImage();
im.filename="testpic2.jp2"; im.filename="testpic2.jp2";
im.Full_ID=new LLUUID("00000000-0000-0000-5005-000000000005"); im.Full_ID=new LLUUID("00000000-0000-0000-5005-000000000005");
this.LoadImage(im); this.LoadImage(im);
this.textures.Add(im.Full_ID,im); this.textures.Add(im.Full_ID,im);
im=new TextureImage(); //Change these filenames to images you want to use.
im=new TextureImage();
im.filename="map_base.jp2"; im.filename="map_base.jp2";
im.Full_ID=new LLUUID("00000000-0000-0000-7007-000000000006"); im.Full_ID=new LLUUID("00000000-0000-0000-7007-000000000006");
this.LoadImage(im); this.LoadImage(im);