Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualChris_F

Posted 06 January 2013 - 06:24 PM

Unfortunately UDK does not allow you to import DDS textures, which means it's impossible to use a custom DXT5 compressor like they do. However, I could probably store it all in a single RGBA8 texture if I leave out W and reconstruct it in shader. Hopefully this would yield good results.


#1Chris_F

Posted 06 January 2013 - 06:24 PM

Unfortunately UDK does not allow you to import DDS textures, which means it's impossible to use a custom DXT5 compressor like they do. However, I could probably store it all in a single RGBA8 texture if I leave out W and reconstruct it in shader.


PARTNERS