vram-guild / canvas

Shader-Based Minecraft Renderer for Fabric
GNU Lesser General Public License v3.0
415 stars 40 forks source link

Colored Lights #375

Closed famine-zhao closed 1 year ago

famine-zhao commented 2 years ago

I noticed that the handheld light is colored, is the block in the world okay?

Reeses-Puffs commented 2 years ago

Worldspace colored lights aren't possible at the moment due to the way Canvas's lighting system works. This is planned to be possible in the future. The reason handheld lights are colored is because it is easy to get information about what items are being held.

famine-zhao commented 2 years ago

thanks

supsm commented 2 years ago

If you are interested, Forget-Me-Not has colored block lights with global illumination, though it is rather expensive. It's also very pretty regardless, might be worth a try :)