| # | Line 47 | Line 47 | returns DEV_NEWVIEW flag. | |
|---|---|---|
| 47 | ||
| 48 | ||
| 49 | void | |
| 50 | < | dev_value(c, p) : register new point of light |
| 50 | > | dev_value(c, p, v) : register new point of light |
| 51 | COLR c; : pixel color (RGBE) | |
| 52 | FVECT p; : world intersection point | |
| 53 | + | FVECT v; : ray direction vector |
| 54 | ||
| 55 | Add the given color point to the display output queue. | |
| 56 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |