glTF-Sample-Environments
glTF-Sample-Environments copied to clipboard
glTF sample environments for the glTF Sample Viewer
As you can see a JPEG version of the images is about 80kb but a diffuse.ktx2 image is about 50MB. This seems to me very large. Where comes the data...
https://github.com/KhronosGroup/glTF-Sample-Environments/blob/master/helipad/charlie/sheen.ktx2 has an invalid data format descriptor. Probably any other file written by "UX3D SlimKTX2 v1.0" is also invalid. The problems are: 1. The DFD gives its length as 0...
Hello Notice that we have a separate ktx2 image for sheen on each environment map. Is there any difference between the sheen version and other one for the same environment...
I'm trying to extract individual images from the sample environment KTX2 files, but they all fail validation checks: ``` KTX-Software-main/build/ktx info glTF-Sample-Environments-main/field/lambertian/diffuse.ktx2 Validation failed error-6001: Mismatching dfdTotalSize and dfdByteLength. dfdTotalSize...
Hello, I have re-generated all the `.ktx2` files because they would not pass `ktx2check`. All files should not be valid according to KTX Tools v4.3.2. I also added `prefilter.sh`, which...