BinomialLLC / basis_universal

Basis Universal GPU Texture Codec
Apache License 2.0
2.72k stars 267 forks source link

Save m_y_flip in KTX2 files #258

Open pezcode opened 3 years ago

pezcode commented 3 years ago

It would be nice if KTX2 files generated by the encoder could indicate if they were generated with m_y_flip. Ideally this would use the existing KTXorientation, "ru" if m_y_flip was set, "rd" otherwise.

Currently, KTXorientation isn't written at all, which most viewers interpret as "rd" (y-down).

richgel999 commented 2 years ago

Got it - great point. Will fix in v1.16 (the Jan. release). Thanks!

EliphasNUIT commented 1 year ago

Hello,

Any update on this issue? I can't find KTXorientation in files generated by any of the 1.16s.

Thanks.