22,99 €
inkl. MwSt.

Versandfertig in über 4 Wochen
payback
11 °P sammeln
  • Broschiertes Buch

High Quality Content by WIKIPEDIA articles! In computer graphics, relief mapping is an alternative texture mapping technique to parallax mapping that is much more accurate, and can support self-shadowing and normal mapping. It can be quite simply described as a short-distance raytrace done on a pixel shader; various techniques can be implemented to speed up the raytrace by taking variable step sizes. Relief texture mapping supports the representation of 3D surface detail, producing self-occlusion, self-shadowing, view-motion parallax, and silhouettes. This technique produces correct views of…mehr

Andere Kunden interessierten sich auch für
Produktbeschreibung
High Quality Content by WIKIPEDIA articles! In computer graphics, relief mapping is an alternative texture mapping technique to parallax mapping that is much more accurate, and can support self-shadowing and normal mapping. It can be quite simply described as a short-distance raytrace done on a pixel shader; various techniques can be implemented to speed up the raytrace by taking variable step sizes. Relief texture mapping supports the representation of 3D surface detail, producing self-occlusion, self-shadowing, view-motion parallax, and silhouettes. This technique produces correct views of 3D surfaces and scenes by augmenting textures with per texel depth. It is not yet common in video games, as it is a rather slow technique due to the need for a large amount of per-pixel processing. Crysis, Oblivion, and Unreal Tournament 3 have a similar feature called Parallax mapping.