Commit 2cef7e4
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 e0facd7 commit 2cef7e4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments