pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
237 stars 16 forks source link

[glTF] KTX cubemaps support #130

Open vorg opened 5 years ago

vorg commented 5 years ago

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

Upsides:

Downsides:

vorg commented 5 years ago

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.