Age | Commit message (Collapse) | Author |
|
* Disable unloading of objects in background.
* Add unlit GLTF shader variant
|
|
brad/merge-maint-a-to-dev
|
|
LF, and trim trailing whitespaces as needed
|
|
* #1139 Fix for world going black/white in some scenes (NaNs)
NaNs were coming from normal encode/decode. Take advantage of available gbuffer space to send full normal instead of encoding.
* #1139 Cleanup
remove now unused encodeNormF.glsl
* #1139 Remove final reference to encodeNormF
* #1139 Fix for getNormalEnvIntensityFlags referencing wrong sampler for env intensity
* Mac build fix
|
|
eye/object above/below water.
|
|
own passes and unify sky and water haze in forward rendering shaders.
|
|
longstanding bug with hard line in projector ambiance lighting. Incidental decruft of legacy_adjust and LOCAL_LIGHT_KILL, etc.
|
|
when probe ambiance is zero.
Hack for desaturating legacy materials has been removed for performance and quality reasons.
Adds a new setting for auto adjusting legacy skies. This is the PBR "opt out" button. If disabled, legacy skies will disable tonemapping, automatic probe ambiance, and HDR/exposure. If enabled, legacy skies will behave as if probe ambiance and HDR scale are 1.0, and ambient will be cut in half.
HDR scale will act as a sky brightener, but will automatically adjust dynamic exposure so the sky will be properly exposed. If you want relatively even exposure all the time, set HDR Scale to 1.0. If you want a high range of exposures between indoor/dark areas and outdoor/bright areas, increase HDR Scale.
Also tuned up SSAO (thanks Rye!).
Reviewed with Brad.
|
|
some NaNs.
|
|
|
|
fullbright alpha. Incidental decruft.
|
|
for adjusting legacy gamma when probe ambiance is 0 and dynamic exposure when probe ambiance is not zero.
|
|
remove exposure correction from legacy fullbright balance PBR materials against legacy.
|
|
|
|
brightness to allow ACES Hill all the time.
|
|
|
|
|
|
move haze back to sRGB color space to stay consistent with sky colors. Also fix broken "roughness" stuck at 0.2.
|
|
|
|
(optimization). Incidental decruft.
|
|
|
|
forward rendering code.
|
|
|
|
|
|
|
|
|
|
make underWaterF and softenLightF apply water fog in linear space.
|
|
and below water
|
|
busted). WIP on reflection probe/PBR driven water shader.
|
|
|
|
|
|
injection by extending shader loading to make use of addConstant() instead of hard-coding magic number constants in each GLSL file.
|
|
|
|
|
|
|
|
|
|
Reduce effect of refScale again to eliminate sampling beyond the correct area in the distortion map and getting the water fog color on the shoreline.
|
|
Make class1/environment and class1/deferred water match.
|
|
Fix emissives without normal maps clobbering the alpha output in materialF.
Modify glow size calc to get close to pre-EEP sun glow behavior (may require sky vert settings >= mid).
Make bake ignore alpha readback for Intel until we can determine why their drivers now go boom.
|
|
Fixed downscaling of the refscale passed in from WL in the water shader.
|
|
Make ALM use of non-ALM water rendering for refraction map light differently than non-ALM use of same.
|
|
Make underwater terrain shader mult vert lighting.
|
|
Fix culling on Low+ water reflection pass.
Make Mid+ / High use class1 deferred sky again (no rainbows, but faster!).
Fix setting of cloud color for deferred sky/cloud shaders.
Put water reflections back in wrong colorspace for consistency with release.
|
|
Tamp down more view-dependent refraction map fail.
|
|
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 blend between reflected/refracted water maps (make less transparent)
and fix setting of water fog color alpha on low end to better match
prev behavior of setting the internal control value in that case.
|
|
Consistency across class2/3/ALM lighting.
|
|
|
|
can be differentiated in nSight while debugging.
|
|
Fix distortion map rendering in deferred mode not including underwater fog effects.
Fix distortion map rendering not including post-deferred content at all.
Fix distortion map rendering not including anything but sky when camera is underwater.
Update sun_up_factor/sunmoon_glow_factor uniforms even when sun disc isn't in use.
|