Relief mapping (computer graphics)

In computer graphics, relief mapping is a texture mapping technique used to render the surface details of three-dimensional objects accurately and efficiently.[1] It can produce accurate depictions of self-occlusion, self-shadowing, and parallax.[2] It is a form of short-distance raytrace done in a pixel shader. Relief mapping is highly comparable in both function and approach to another displacement texture mapping technique, Parallax occlusion mapping, considering that they both rely on raytraces, though the two are not to be confused with each other, as parallax occlusion mapping uses reverse heightmap tracing.

See also

  • Shaded relief

References

  1. Policarpo, F., Oliveira, M. M., Comba, J. L. D. (2005). "'Real-time relief mapping on arbitrary polygonal surfaces'" (PDF). Proceedings of the 2005 Symposium on Interactive 3D Graphics and Games: 155–162.CS1 maint: multiple names: authors list (link)
  2. Policarpo, F., Oliveira, M. M. (2006). "'Relief Mapping of Non-Height-Field Surface Details" (PDF). Proceedings of the 2006 symposium on Interactive 3D graphics and games. Retrieved 18 February 2011.CS1 maint: multiple names: authors list (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.