This is a test scene to know if a device support ktx textures, and if so, what type.
- You can check babylonJS documentation about KTX textures,
- babylonJS playground which using these textures,
- Online demo available on my website,
- Dedicated forum post,
- non-exhaustive list of tested hardware (please help to add infos).
Feel free to contribute.
- launch PVRTexTool (download link)
- open your image source file (png, jpg, tga, whatever)
- Edit menu > Encode
- Tweak settings, example :
- Group/API = OpenGL ES 1
- highlight selection = ETC1
- ETC Encoding Mode = Fast
- Generate MIPMaps checked
- Vertical Flip checked
- Save your file as .ktx
...but-I-don't-know-yet-how-to-customize-it is to use .bat files from babylonJS doc.
TimvanScherpenzeel let me know that he made a tool to make easier texture compression, for all platforms: Texture compressor.