sceneview-android
sceneview-android copied to clipboard
SceneView IS NOT RENDERING GLB FILES CONTAINING KTX2 TEXTURE
Will SceneView support rendering GLB files containing KTX2 texture in the future? Or there is already a way to do so? I used one of your sample projects to do some testing (Ar Model Viewer)
| With KTX2 texture | Without KTX2 texture (PNG) |
|---|---|
) |
![]() |
| With KTX2 texture | Without KTX2 texture (PNG) |
| :-------------------------: | :-------------------------: |
![]() |
![]() |
I'm sharing few resource with you guys: KTX explanation by Khronos group : https://www.khronos.org/ktx/
Hi,
We are actually using KTX for the environment part only (Indirect light and Skybox) Mostly for 3D only usage (and for reflections in case of non AR Environmental HDR lighting mode) This part is completely dependent on Filament new features and I have to say that we didn't investigate it yet.
Would you mind asking it on the Filament discussions section and link it here?
Thanks for the report
I just took a look and KTX2 was added in Filament 1.22.1 a few days ago (https://github.com/google/filament/issues/4771). So it should work as soon as we update to this Filament version.
I'm currently updating Filament to 1.22.1 within SceneView but got some wavering render issue. I'll let you know when it's pushed.
Thanks both for your report.
You can follow the status here: https://github.com/google/filament/issues/5577
It's now handled by SceneView > 0.8.0
)

