Projective texture mapping: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 29:
 
#{{note|nvsdk_ptm}} The [http://developer.nvidia.com/object/Projective_Texture_Mapping.html original paper] from the [http://developer.nvidia.com nVIDIA developer web site] includes all the needed docuentation on this issue. The same site also contains [http://developer.nvidia.com/object/projective_textures.html additional hints].
#{{note|glEyeLinear}} Texture coordinate generation is covered in section 2.11.4 "Generating Texture Coordinates" from the [http://www.opengl.org/documentation/spec.htmlspecs/ OpenGL 2.0 specification]. Eye linear texture coordinate generation is a special case.
#{{note|glTCXFform}} Texture matrix is introduced in section 2.11.2 "Matrices" of the [http://www.opengl.org/documentation/specs/ OpenGL 2.0 specification].