mapping

Parallax mapping (also called offset mapping or virtual displacement mapping) is an enhancement of the bump mapping or normal mapping techniques applied to textures in 3D rendering applications such as video games. To the end user, this means that textures such as stone walls will have more apparent depth and thus greater realism with less of an influence on the performance of the simulation. Parallax mapping was introduced by Tomomichi Kaneko et al., in 2001.
Parallax mapping is essentially a method by which rough or uneven surfaces on a 2D texture can be "pulled out" to take on the appearance of a 3D surface. Technically, this is implemented by displacing the texture coordinates at a point on the rendered polygon by a function of the view angle in tangent space (the angle relative to the surface normal) and the value of the height map at that point. At steeper view-angles, the texture coordinates are displaced more, giving the illusion of depth due to parallax effects as the view changes. This effect is commonly used for rendering windows in order to fake 3D interiors for example.
Parallax mapping, as described by Kaneko et al., is a single step process that does not account for occlusion. Subsequent enhancements have been made to the algorithm incorporating iterative approaches to allow for occlusion and accurate silhouette rendering.

View More On Wikipedia.org
  • 1

    ptw

    Established Member From Kegworth
    • Messages
      162
    • Reaction score
      101
    • Points
      46
  • 1

    series60nokia

    Novice Member From UK
    • Messages
      10
    • Reaction score
      1
    • Points
      3
  • 1

    Bam Bam

    Established Member From Oxfordshire, UK
    • Messages
      774
    • Reaction score
      662
    • Points
      234
  • Back
    Top Bottom