| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright (c) 1995 Regents of the University of California */ |
| 2 | – | |
| 1 | #ifndef lint | |
| 2 | < | static char SCCSid[] = "$SunId$ LBL"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 6 | – | |
| 4 | /* | |
| 5 | * Convert Radiance scene description to MGF | |
| 6 | */ | |
| # | Line 21 | Line 18 | int o_face(), o_cone(), o_sphere(), o_ring(), o_cylind | |
| 18 | int o_instance(), o_illum(); | |
| 19 | int o_plastic(), o_metal(), o_glass(), o_dielectric(), | |
| 20 | o_mirror(), o_trans(), o_light(); | |
| 24 | – | |
| 25 | – | extern int free(); |
| 21 | ||
| 22 | LUTAB rmats = LU_SINIT(free,NULL); /* defined material table */ | |
| 23 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |