Parallax occlusion mapping: Difference between revisions

Content deleted Content added
m WP:GenFixes (page/s, – —, &nbsp, etc.), typos, -ed., ref cleanup, parse authN/edN, cmn/reflist|2/3 (depr.)->30/20em using AWB
KolbertBot (talk | contribs)
Line 1:
'''Parallax occlusion mapping''' (POM) is an enhancement of the [[parallax mapping]] technique. Parallax occlusion mapping is used to [[Procedural generation|procedurally]] create 3D definition in textured surfaces, using a [[displacement map]] (similar to a topography map) instead of through the generation of new geometry.<ref name="Original Document">Brawley, Z., and Tatarchuk, N. 2004. Parallax Occlusion Mapping: Self-Shadowing, Perspective-Correct Bump Mapping Using Reverse Height Map Tracing. In ShaderX3: Advanced Rendering with DirectX and OpenGL, Engel, W., Ed., Charles River Media, pp. 135-154. httphttps://books.google.cacom/books?id=DgMSb_10l7IC&pg=PA135&dq=parallax+occlusion</ref> This allows developers of [[3D computer graphics|3D]] rendering applications to add 3D complexity in [[Texture mapping|textures]], which correctly change relative to [[Perspective (visual)|perspective]] and with self [[Hidden surface determination|occlusion]] in [[Real-time computer graphics|real time]] ([[self-shadowing]] is additionally possible), without sacrificing the [[Graphics processing unit|processor]] cycles required to create the same effect with geometry calculations.<ref>Dynamic Parallax Occlusion Mapping with Approximate Soft Shadows - Tatarchuk
http://ati.amd.com/developer/techreports/2006/I3D2006/Tatarchuk-POM-SI3D06.pdf</ref>