Jump to content

Projective texture mapping

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MaxDZ8 (talk | contribs) at 21:06, 23 January 2006 (Added merge and stub tags... on my todo list!). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Projective texture-mapping is a method of texture mapping described that allows a textured image to be projected onto a scene as if by a slide projector. Projective texture mapping is useful in a variety of lighting techniques, including shadow mapping. Since its inception its functionality has been included into the OpenGL and DirectX SDK. Projective texture mapping refers both to the way texture coordinates are assigned to vertices, and the way they are computed during rasterization of primitives. Projective texture mapping has also been used in the large scale mapping of buildings allowing for matching up of the picture with a 3D scene. The current implimention of Projective texture mapping is avalible in the Nvidia SDK.


Also see Projective video texture mapping