Hi,
We are switching to a new version of Xith…
After refactoring quite a bit of code I got it up and running, however I still have couple of problems with new TextureLoader (I assume).
It appears as I don’t have any mimaps generated for the textures that are loaded using TextureLoaders.getTextures(name), they don’t work even when I explicitly set the mipmapping flag.
Another thing is that when importing ASE files there are no textures on the models, just a black / white checker texture all over the place.
Both mipmaps and ASE models worked fine in the old version.
Any ideas on how to solve this problem?
Thanks