You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With cl_renderer OpenGL2 and r_dlightmode 1 or higher, dynamic lights close to or at a surface cause the light to draw extremely dim, while lighting adjacent surfaces. Examples:
In the Quake3e engine, this is a result of a specularity program being run on the dynamic lights.
r_dlightSpecPower "8" yields this when shooting the wall (the light intensity is diminished on the wall surface when the source is near the wall plane).
r_dlightSpecPower "1" yields the desired result:
In the Quake3e engine this is controlled by ARB_BuildDlightFP in tr_arb.c, specifically this line:
With cl_renderer OpenGL2 and r_dlightmode 1 or higher, dynamic lights close to or at a surface cause the light to draw extremely dim, while lighting adjacent surfaces. Examples:
Dlight in flight open air:
Dlight impacting wall (floor lights, wall lights badly):
Dlight impacting floor (wall lights, floor lights badly):
Comparison to Quake 2 (Kex Engine):
Dlight in flight open air:
Dlight impacting wall:
Dlight impacting floor:
The text was updated successfully, but these errors were encountered: