Hello All
Im stumped on how to figure out how to change the color of my BGL lights. Ive searched through out the forum and looked at the various examples but just dont seem to get an understanding of how to get the values.
BGL_LIGHT LIGHT_NAV, 0.0, 0.0, 0.0, 0, 0.0, 0.0, 0FFABABABh, 0.000000, 0.000000, 0.000000 ; Color is AB AB AB (rgb hex)
Basically what im trying to do is i created 4 BGL lights very close to each other for some floodlights. I created 3 different lods depending on the distance to avoid the lights getting brighter which works perfectly as when you are close you will see all 4 lights, then as you move away 2 of them turn off, then the last lod only consists of one BGL light which works great. To add a more realism to it, i want to change to color of each set of lod's to give more of an effect of fading out when moving away from them. Basically, I have white lights now and for each lod, i want to add some grey to it
I understand where to change in the code above but just cant understand how to figure out the values for rgb and what the letters and numbers are.
If someone could perhaps help in giving me a better understanding on how to achive this or point me to some material that might help explaine this better it would be greatly appriciated.
Dave
Im stumped on how to figure out how to change the color of my BGL lights. Ive searched through out the forum and looked at the various examples but just dont seem to get an understanding of how to get the values.
BGL_LIGHT LIGHT_NAV, 0.0, 0.0, 0.0, 0, 0.0, 0.0, 0FFABABABh, 0.000000, 0.000000, 0.000000 ; Color is AB AB AB (rgb hex)
Basically what im trying to do is i created 4 BGL lights very close to each other for some floodlights. I created 3 different lods depending on the distance to avoid the lights getting brighter which works perfectly as when you are close you will see all 4 lights, then as you move away 2 of them turn off, then the last lod only consists of one BGL light which works great. To add a more realism to it, i want to change to color of each set of lod's to give more of an effect of fading out when moving away from them. Basically, I have white lights now and for each lod, i want to add some grey to it
I understand where to change in the code above but just cant understand how to figure out the values for rgb and what the letters and numbers are.
If someone could perhaps help in giving me a better understanding on how to achive this or point me to some material that might help explaine this better it would be greatly appriciated.
Dave


