You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.10.0
When using Basis Universal file type with any texture format, it is not possible to use MipMap min/mag filters because resulting images (.basis) don't contain them.
If I'm not mistaken, mipmap options have no effect on the actual output atlas images (for any file format).
And LibGDX can generate mipmaps on the fly when loading textures based on the Texture.TextureFilter enum values.
If you are using gdx-basis-universal to load and render Basis atlases, the library doesn't support mipmaps at the moment anyway.
But nevertheless, Basis mipmap support is a missing feature and it's on the roadmap.
4.10.0
When using Basis Universal file type with any texture format, it is not possible to use MipMap min/mag filters because resulting images (.basis) don't contain them.
gdx-texture-packer-gui/core/src/com/crashinvaders/texturepackergui/controllers/packing/processors/BasisuFileTypeProcessor.java
Line 80 in 720f3f8
The text was updated successfully, but these errors were encountered: