Wings 3D Development Forum

Full Version: dds texture request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I should very much like dds textures to be supported. Don't need mipmap switching, just the display.
I'll take a look but the problem is the compression.

Wings wants to unify it's texture format so it's easier to handle i.e. switch what is up and down, make them power of 2, remove row-alignment and so on.
To do stuff like that we need the raw (decompressed) image, which means I'll have to implement the decompression which is not always trivial (jpeg cough), and that part was patented until to 2018.