Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[glTF] KTX cubemaps support #130

Open
vorg opened this issue Jan 15, 2019 · 1 comment
Open

[glTF] KTX cubemaps support #130

vorg opened this issue Jan 15, 2019 · 1 comment

Comments

@vorg
Copy link
Member

vorg commented Jan 15, 2019

Filament is using them, CesiumJS recently added support and there is discussion here and here on glTF forums.

Upsides:

  • potentially better quality than realtime generated octahedral maps

Downsides:

  • dependency on filament tooling currently
  • matching dynamic generation would need to be implemented
@vorg
Copy link
Member Author

vorg commented Jan 16, 2019

Another reason to add ktx support https://www.npmjs.com/package/texture-compressor

CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
Easily compress for all hardware using sensible defaults but with the option to pass any custom flag directly to the tool.

@dmnsgn dmnsgn changed the title KTX cubemaps support [glTF] KTX cubemaps support Apr 25, 2019
@dmnsgn dmnsgn added scope/gltf type/feat A new feature and removed enhancement labels Jul 5, 2022
@dmnsgn dmnsgn added this to the 5.0.0 milestone May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants