Hi,
after migrating an existing project to the current xith trunk (migrating to the new HUD system), the TextureFilter won't work for Image Widgets any more.
The code to change the filter is like this:
myImage.getTexture().setFilter(TextureFilter.ANISOTROPIC_2);
The TextureFilter works in the Panel Widget. Unfortunately some parts of the HUD in my project aren't easy to convert into a panel.
I had a look into the sources to see if I can find a solution. But unfortunately the HUD system has changed a lot from the old version - thus it isn't easy at all to compare with the old (well filtering) Image class

many thanks if anyone can help!
Cheers,
Oliver