A doc on how to create a lens - Nice graphic file diagram for the text. It all makes sense to me. Some pseudo pascal code is there too.
File List:
lens.gif
7Kb
lens.txt
11Kb
Similar code
Full Screen Rotation ,C source
(Popularity: ) : This code demonstrates a number of things: - Full screen image rotation/scaling using a reverse transformation algorithm. - Simple fixed point math. - Loading 320X200X256 PCX files. - Palette manipulation. - How to get into a square aspect ratio, in ... Full Screen Rotation and Scaling
(Popularity: ) : Written using Borland C++ v3.1 and TASM 3.1. This code demonstrates a number of things. - Full screen image rotation/scaling using a reverse transformation algorithm. - Simple fixed point math. - Loading 320X200X256 PCX files. - Palette manipulation. - How ...