![]() |
.dds textures - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Cars & Tracks (https://www.vdrift.net/Forum/forumdisplay.php?fid=11) +--- Thread: .dds textures (/showthread.php?tid=1710) |
.dds textures - berzingue - 04-01-2013 Can Vdrift support .dds textures ? that's a lighter texture format than .png... RE: .dds textures - NaN - 04-01-2013 DDS is something I'd love to see being used as much as possible as it should reduce loading times considerably. We are already enabling texture compression when uploading to GPU, but offline compression(DDS) will usually offer better quality. In the past there have been patent issues with S3TC(DDS) compression on Linux. But this seems to have been dealt with, so that we can try it I guess. New build with DDS support, tested with DXT1/3/5 (vdrift-2013-04-01.exe): https://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/ RE: .dds textures - berzingue - 04-02-2013 good ! I've made a little test, .dds works. Now I have to try with a complex track... |