Age | Commit message (Collapse) | Author |
|
More tweaking ambient light.
|
|
Use rotated lightnorm directly in water shader instead of forcing all shaders marked as water (including lighting) to get that norm
(where it would only affect Mid as only that graphics mode has atmospherics on but isn't using deferred rendering).
|
|
Use color channel for trees instead of shenanigans to get proper diffuse colors to shaders.
Remove fudge factors on density modifier in class1 sky.
|
|
left-clicking on the 'Sky Altitudes'
|
|
|
|
Force update of water fog color shader uniform to fix low/low+ application of water fog.
|
|
Nerf moisture and ice levels iff there's no sun or moon to generate light to refract.
|
|
Clamp fog distance multiplier to >= 0.05 and adjust min range on control as well.
Make sky shaders use dist mul consistently.
|
|
Fix handling of objects with object transparency by diffuse alpha mode none
and replace discard test to allow diffuse mode alpha blend objects to not falsely cast shadows.
|
|
Make culling ignore the geo from the spotlight rendering a shadowmap.
|
|
ship ritual.
|
|
|
|
Fix light atten and transmittance calcs breaking ambient color contrib to fog.
Needs to be tested on DRTSIM-415 or better to get legacy viewer settings that match EEP.
|
|
SL-11238, SL-11337
|
|
Tweak application of ambient in deferred soften light for class1/2
|
|
people leave these enabled and forget).
|
|
SL-11343
|
|
Make materials apply vertex color to both linear and srgb versions of diffuse color.
|
|
Fix callsites missed for func w/ changed signature.
|
|
SL-11337, SL-11221, SL-11339
|
|
|
|
Fix handling of ambient (was getting reset to 1,1,1,1 unintentionally).
Modify shaders to balance ambient across render modes again.
|
|
|
|
|
|
Make shadow alpha mask shader ignore vert alpha (if it mattered, it'd be blended anyway).
Modify deferred fullbrightF to use same handling of alpha masking as shadows for consistency (esp when mask cutoff == 0).
|
|
Limit banding from atmo exp falloff calc.
|
|
Put back atten for non-ALM lighting that accounts for inverted lin atten setup of yore.
|
|
Soften assert on non-finite data in LLCoordFrame until we can isolate conditions to repro the assert.
|
|
Modify ambient handling and forward projector lighting again to stamp out alpha fires.
|
|
|
|
|
|
|
|
Make tex cache not check size logic while performing validation.
|
|
|
|
Fix underwater water fog density modifier being used when not underwater.
|
|
|
|
Make underwater modifier not applied when not underwater.
|
|
Modify forward projector lighting to use falloff like the deferred lights.
Make tex cache not evaluate evictions for size during validation passes.
|
|
SL-11279 and SL-11273 fixes
|
|
|
|
|
|
be changed while a keyframe is selected.
|
|
Tamp down more view-dependent refraction map fail.
|
|
Undo attenuation hacks and balance with deferred path projector lighting.
|
|
|
|
light contributions
(engages AMBIENT_KILL, SUNLIGHT_KILL, and LOCAL_LIGHT_KILL defines in shaders to accomplish
those tasks as required by each render mode).
|
|
Make terrain underwater shader not try to light said terrain.
Fix colorspace of reflected color in non-ALM shading.
Tweak transparency of water further.
|
|
Fix linear attenuation on forward projector lighting.
Revert setup of falloff to prev code.
Revert deferred water spec and tweak refl/refr blend.
|
|
|
|
Fix ambient light inputs to the renderer.
Fix 3rd sky shader w/ mistaken density mod conversion.
Make ambient clamp apply to all modes.
Tune ALM ambient clamp to match non-ALM.
|