Example #1
0
 public void SetFaceTexture(int face, Bitmap image)
 {
     if (InWorld)
     {
         UUID tex = _factory.MakeTexture(image);
         _obj.Materials[face].Texture = tex;
     }
 }