Color displays as black if Horizon color is too low #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If Far color / Horizon color is < 100 (0.10 in blender), the corresponding channel color will display as black.
Example
level0.c
file :results in :
![2021-06-24-211924_682x505_scrot](https://user-images.githubusercontent.com/1405255/123320326-e199d100-d531-11eb-952e-0fa1b5cf9494.png)
Might be an error in the linear to RGB conversion function.
Also could be due to psyq dpq calculation. See LibRef47.pdf, p.450 and LibOver47.pdf, p.133, "Light Source Calculation" :
BG and BK colors now haw a minimal value of 63 :
67d9d3a9ba
This +
800be60cb6
should make for more comparable colors.