| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | /* RCSid $Id$ */ |
| 2 | /* | |
| 3 | ================================================================== | |
| 4 | Photon map file I/O | |
| # | Line 20 | Line 21 | |
| 21 | #define PMAP_FILEVER 160u /* File format version */ | |
| 22 | ||
| 23 | void savePhotonMap (const PhotonMap *pmap, const char *fname, | |
| 24 | < | PhotonMapType type, int argc, char **argv); |
| 24 | > | int argc, char **argv); |
| 25 | /* Save portable photon map of specified type to filename, | |
| 26 | along with the corresponding command line. */ | |
| 27 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |