Fix normal map mipmap generation.

This commit is contained in:
castano
2007-05-18 02:19:51 +00:00
parent 5135f30d8e
commit de94fce1ce
13 changed files with 76 additions and 27 deletions

View File

@ -172,6 +172,7 @@ namespace nvtt
NVTT_API void setQuantization(bool colorDithering, bool alphaDithering, bool binaryAlpha, int alphaThreshold = 127);
// Set normal map options.
NVTT_API void setNormalMap(bool b);
NVTT_API void setConvertToNormalMap(bool convert);
NVTT_API void setHeightEvaluation(float redScale, float greenScale, float blueScale, float alphaScale);
NVTT_API void setNormalFilter(float small, float medium, float big, float large);