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
I noticed that setting the GenerateMipMapsForTextures setting on the GLTFSceneImporter has no effect for KTX textures. It can be easily fixed by using the mipChain parameter when loading the KTX texture on ImporterTextures.cs:167
I noticed that setting the
GenerateMipMapsForTextures
setting on theGLTFSceneImporter
has no effect for KTX textures. It can be easily fixed by using themipChain
parameter when loading the KTX texture onImporterTextures.cs:167
Since I don't have all the context I'm not sure if the setting should be added elsewhere for other cases.
The text was updated successfully, but these errors were encountered: