Page 1 of 1

Do you test your lighting with r_overbrightbits 0

Posted: Fri Nov 04, 2005 12:16 pm
by a13n
This is actually a poll against q3 mappers from a n00b.
Do you test your lighting with r_overbrightbits 0?
And which do you prefer or consider as primary mode, 0 or 1?
If you use unix, how do you test with 1?
Any answer, such as just "No, only 1." would be appreciated.

Posted: Fri Nov 04, 2005 4:03 pm
by $NulL
I test with both. If shaders look different in each mode, I'll mess with the rgbgens in the shader to try and get them to look similar in both modes.

Edit: Get to know each of the rgbgen parameters, which ones depend on overbrightbits and when they are used as default, when no rgbgen is specified.

Posted: Sat Nov 05, 2005 9:37 am
by a13n
As for default rgbGen, IIRC, "blendFunc add" is "rgbGen identitylighting" though some default shaders specify rgbGen identity even if they are additive blending which I think odd.
And "blendFunc filter" is "rgbGen identity".
Oh, "blendFunc blend" is identitylighting though I never know why they are and the cases of other blending such as "blendFunc GL_DST_COLOR GL_SRC_COLOR" and other uncommon combinations.