
DDS Loader and the O3TC Format.
Posted Thursday, 16 June, 2011 - 19:11 by kl_mallory inI know that the DDS Loader is not necessarily high priority, but I wondered if this would be an easy item. This file format is supported by ST3C as DXT 1 or DXT 5 hardware compression, but has a slightly different header. Most importantly is prevents having to turn dds images upside down. (one extra step I can get around). The file header info is here...
http://www.ozone3d.net/tutorials/bump_map_compression_p5.php
It's a neat format and I wondered if this is something we could put into the OpenTK cannon library.


Comments
Re: DDS Loader and the O3TC Format.
Check out Opentk_dir/Source/Examples/Utilities, there you can find LoaderDDS.cs :)