public void DownloadAd()
 {
     diffuseTexture = new TextureData(diffuseTextureUrl, this);
     diffuseTexture.DownloadTextureData();
 }