Definition

backward mapping (inverse mapping or screen order)

Part of the Programming glossary:

Backward mapping (also known as inverse mapping or screen order ) is a technique used in texture mapping to create a 2D image from 3D data. Because a texel (the smallest graphical element in a texture map) does not correspond exactly to a screen pixel , the developer must apply a filter computation to map the texels to the screen. Forward mapping steps through the texture map and computes the screen location of each texel. In comparison, backward mapping steps through the screen pixels and computes a pixel's color according to the texels that map to it.

Next Steps

Real time video effects systems use forward mapping. However, since many texels are likely to map to a single pixel, performing the filter computation at each pixel for every frame is very expensive. Most systems that don't have to produce real time effects use backward mapping.

This was last updated in March 2011
Posted by: Margaret Rouse

Related Terms

Definitions

  • Apache Lucene

    - Apache Lucene is a freely available information retrieval software library that works with fields of text within document files. This evolving venture is also called the Apache Lucene Project. (WhatIs.com)

  • polynomial interpolation

    - Polynomial interpolation is a method of estimating values between known data points. When graphical data contains a gap, but data is available on either side of the gap or at a few specific points ... (WhatIs.com)

  • use case diagram

    - A use case diagram is a graphic depiction of the interactions among the elements of a system. A use case is a methodology used in system analysis to identify, clarify, and organize system requireme... (WhatIs.com)

Glossaries

  • Programming

    - Terms related to software programming, including definitions about programming languages and words and phrases about software design, coding, testing and debugging.

  • Multimedia and graphics

    - Terms related to multimedia, including graphics, animation and video definitions and words and phrases about images and sound.

  • Internet applications

    - This WhatIs.com glossary contains terms related to Internet applications, including definitions about Software as a Service (SaaS) delivery models and words and phrases about web sites, e-commerce ...

Dig Deeper

Continue Reading About backward mapping (inverse mapping or screen order)

People Who Read This Also Read...

Ask a Question. Find an Answer.Powered by ITKnowledgeExchange.com

Ask An IT Question

Get answers from your peers on your most technical challenges

Ask Question

Tech TalkComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.