Commit fae3190
committed
Use half-Lambert lighting iff grid lighting is used
Half-Lambert lighting makes goes well with the light grid:
the single light direction is a crude approximation, so it makes
sense to soften the directionality.
For now this only changes anything for the `r_lightMode 2` debug
option, but it may be useful for implementing grid lighting for
BSP entities later.1 parent 2bb6e7b commit fae3190
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments