jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.83k stars 1.13k forks source link

Add support for texture flipping of BC6 and BC7 formats #1624

Open tonihele opened 3 years ago

tonihele commented 3 years ago

Add support for texture flipping of BC6 and BC7 formats. This is definitely not an easy task. It might be doable. Fun with bits.

Here is some pondering on the subject: https://gamedev.stackexchange.com/questions/35379/how-to-flip-a-bc6-bc7-texture

See https://github.com/jMonkeyEngine/jmonkeyengine/issues/1619 for the BC6 and BC7 support implementation.

stephengold commented 3 years ago

Thanks for opening an issue so this won't be forgotten.