Projective texture mapping
![]() | Template:Wikify is deprecated. Please use a more specific cleanup template as listed in the documentation. |
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. |
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