Edited wiki page through web user interface.

This commit is contained in:
castano 2007-10-30 04:00:24 +00:00
parent ae443254fa
commit 6972b4d93e

View File

@ -1,4 +1,4 @@
#summary Normalmap compression strategies.
#summary Normalmap Compression Strategies
=== DXT5nm ===
@ -35,4 +35,4 @@ This is easy to compute on your shaders and has the advantage of providing more
The main disadvantage is that the reconstruction is done after interpolation and unfortunately lines in 2D do not map to great circles when using this projection, and that can potentially cause interpolation artifacts.
Another approach is to use a stereographic projection. This projection has a slightly better behavior under interpolation and is only slightly more expensive. The distribution of normals is also more uniform, although it's not clear whether that's good or not.
Another approach is to use a stereographic projection. This projection has a slightly better behavior under interpolation and is only slightly more expensive. The distribution of normals is also more uniform, although it's not clear whether that's good or not.