Edited wiki page through web user interface.

This commit is contained in:
castano 2009-08-26 00:15:48 +00:00
parent 3651fcfb11
commit ae38d0826a

View File

@ -325,12 +325,14 @@ Where the indices represent the following channels or values:
=== Compression Formats ===
NVTT supports all the Direct3D10 block compression formats and some variations that use these formats to represent normals or to represent colors with higher quality. The compression format is specified as follows:
NVTT supports all the !Direct3D10 block compression formats and some variations that use these formats to represent normals or to represent colors with higher quality. The compression format is specified as follows:
{{{
compressionOptions.setFormat(Format_BC1);
}}}
The supported block compression formats are the following:
* BC1 (DXT1)
This is the default block compression format. By default the 1 bit alpha channel is not used.
* BC1a (DXT1a)