Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.
File List:
idea.gif
8Kb
texture.txt
6Kb
Similar code
Fake Perspective Correct Texture Mapping
(Popularity: ) : How to do fake perspective correct texture mapping WITHOUT changing your current texture mapper function.