Add mipmap scaling according to alphatest coverage.

This commit is contained in:
castano
2010-05-27 00:37:15 +00:00
parent 77bfabca3b
commit 8cbd2c9ec6
6 changed files with 105 additions and 9 deletions

View File

@ -386,7 +386,7 @@ int main(int argc, char *argv[])
}
else
{
if (nv::strCaseCmp(input.extension(), ".exr") == 0)
if (nv::strCaseCmp(input.extension(), ".exr") == 0 || nv::strCaseCmp(input.extension(), ".hdr") == 0)
{
loadAsFloat = true;
}