timur-losev / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Broken normalization of normal maps #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The change r1394 did drop the expansion and packing of normal maps from 
Compressor::Private::compress which was added in r1371 so now the 
normalizeNormalMap() once again operates on [0;1] instead of [-1;1] which leads 
to wrong results.

Original issue reported on code.google.com by jiri.kom...@gmail.com on 6 Dec 2014 at 7:06