Multi-colored blocklight not working when looking away on BSL Shaders

When looking away from a colored light it just turns the default orange, is there a way to fix this?
Solution:
BSL uses bloom-based colored lights. These are screen-space effects, which means it'll lose its effect once you look away. You need something like Rethinking Voxels with world-space colored lights for it to persist off-screen.
Jump to solution
1 Reply
Solution
hardester
hardester7d ago
BSL uses bloom-based colored lights. These are screen-space effects, which means it'll lose its effect once you look away. You need something like Rethinking Voxels with world-space colored lights for it to persist off-screen.

Did you find this page helpful?