DDS codec generation for babylonis
electroheadfx opened this issue · 3 comments
electroheadfx commented
Hey, I don't know if its an issue, but I got an error in babylonJS with DDS load : Unsupported FourCC code: DX10
is it possible to lower the DX compression to 3, or 1 ?
Maybe Iam wrong with the DDS setting. Thanks in advance
dariomanesku commented
You're right, DDS export has some compatibility issues. You can perhaps try to use GIMP or PVRTexTool to re-export images before using them with babylonJS.
electroheadfx commented
Thanks for your answer dariomanesku but I found the workflow with Cmft in bash command line: https://github.com/dariomanesku/cmft
it works great
dariomanesku commented
Yeah, cmft has some DDS fixes that haven't been brought to cmftStudio.
Glad that it works.