Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Perspective correct texture mapping is a form of texture coordinate interpolation where the distance of the pixel from the viewer is considered as part of the texture coordinate interpolation.

You can enable perspective correct texture map coordinate interpolation by setting the D3DMRS_TEXTUREPERSPECTIVE render state (see D3DMRENDERSTATETYPE) to TRUE. Its default setting is FALSE.

This implementation differs from Direct3D 8 and later for Windows-based desktop systems. Those systems did not allow the application to disable perspective correct texture map coordinate interpolation.

See Also

Concepts

Interpolation