Page 1 of 1
Feature Request RGB option for Light sources

Posted:
Tue Feb 03, 2015 16:05
by Dragon95
I think it will be nice to have an RGB option for all light sources ,so that the light color can be set in different colors for example lava with more red like light.
What you are think about that.
Re: Feature Request RGB option for Light sources

Posted:
Tue Feb 03, 2015 16:25
by indriApollo
That's a cool feature indeed but we must wait for hardware lightning to come to minetest first
Re: Feature Request RGB option for Light sources

Posted:
Tue Feb 03, 2015 16:40
by rubenwardy
This is a very good feature in terms of graphics. It has been requested many times.
But, it's not as simple as 'this is a good idea', someone needs to actually develop it. There are lots of technical challenges to overcome, such as what happens if map blocks are not loaded around the player? RealBadAngel has this on his to do list, AFAIK.
Re: Feature Request RGB option for Light sources

Posted:
Tue Feb 03, 2015 16:44
by Dragon95
ok thanks
Re: Feature Request RGB option for Light sources

Posted:
Tue Feb 10, 2015 03:53
by Wuzzy
I agree, this has been suggested several times, me included. I also think this would greatly enhance visuals.
I have talked with celeron55 in IRC about this a while ago. He told me that one problem with this is that this would also largely increase the about of required data, which is especially bad for network.
It has been a while since this chat, I don't know if things have changed.
Re: Feature Request RGB option for Light sources

Posted:
Fri Feb 13, 2015 14:40
by aFoxNamedMorris
Wuzzy wrote:I agree, this has been suggested several times, me included. I also think this would greatly enhance visuals.
I have talked with celeron55 in IRC about this a while ago. He told me that one problem with this is that this would also largely increase the about of required data, which is especially bad for network.
It has been a while since this chat, I don't know if things have changed.
Not necessarily. If the lighting was client-side, RGB lights would be fine on servers. At least as far as my limited knowledge of client/server relations goes.
Re: Feature Request RGB option for Light sources

Posted:
Fri Feb 13, 2015 16:23
by TeTpaAka
aFoxNamedMorris wrote:Not necessarily. If the lighting was client-side, RGB lights would be fine on servers. At least as far as my limited knowledge of client/server relations goes.
Minetest currently has no dynamic lighting. The light is completly handled by the server, so every node has lighting levels. If there would be RGB lights, you would need light levels for every color channel.