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-transform command suggested in KTX Artist Guide doesn't work #16
Comments
The command in this section doesn't work either. The flag |
The command
The |
This section suggests that one can convert to ETC1S format all textures tied to a glTF file with:
gltf-transform etc1s input.glb output.glb --verbose
Assuming this command should work with a .gltf input as well, if I attempt to convert the reference stained glass lamp model, the command fails with the following message:
Unless this has to do with the warning I get about expected KTX-Software version, this might technically be an issue with gltf-transform calling toktx with the wrong flags.
=> adding @donmccurdy.
(I understand that it's usually not a good idea to compress normal maps to ETC1S. I'm just doing some quick tests of the different tools available for manipulating 3D assets, with focus on "does it work (at all) in my current dev environment".)
The text was updated successfully, but these errors were encountered: