Skip to content

Commit

Permalink
Fix KTX files for the cyberpunk environment
Browse files Browse the repository at this point in the history
The KTX files for the cyberpunk environment did not comply with
the KTX specification, which was causing an error when inspected
with the ktxinfo tool.

The specific problem was that the glType field should be 0

https://registry.khronos.org/KTX/specs/1.0/ktxspec.v1.html
  • Loading branch information
felipeerias authored and svillar committed Sep 6, 2024
1 parent d578414 commit 889bc99
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 0 deletions.
Binary file modified app/src/main/assets/cubemap/cyberpunk/negx.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/negx_srgb.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/negy.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/negy_srgb.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/negz.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/negz_srgb.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/posx.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/posx_srgb.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/posy.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/posy_srgb.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/posz.ktx
Binary file not shown.
Binary file modified app/src/main/assets/cubemap/cyberpunk/posz_srgb.ktx
Binary file not shown.

0 comments on commit 889bc99

Please sign in to comment.