sebastienlagarde
ed55ce8f
HDRenderPipeline: Clean debgu settings
- Merge debugViewMaterial with Lightingdebug mode into a DisplayDebug
(less pass)
- Clean debug code, remove useless file
8 年前
Julien Ignace
25092737
Simplified (hopefully) the way we display material and lighting debug modes.
Material/Engine/Attributes/GBuffer are now clearly separated in the UI.
8 年前
Julien Ignace
278154db
Added FullScreenDebug modes and implemented it for SSAO.
8 年前
sebastienlagarde
0baf8247
Add debug view mode to know which objects have tessellation
7 年前
sebastienlagarde
6b6d2b53
Add view mode properties for lightmap, depth offset and per pixel displacement
7 年前
Thomas Hourdel
a512c881
Added a fullscreen debug view for motion vectors
And it looks like camera motion vectors are mirrored...
7 年前
Thomas Hourdel
c4976158
Added a NaN/Inf tracker to the debug modes
7 年前
Julien Ignace
f9fe42af
Split FullScreenDebugMode in the debug menu between Lighting and Rendering panels
7 年前
Julien Ignace
d4b9dd15
Split directional shadow resolution in a different pass to reduce VGPR pressure during tile lighting.
7 年前
sebastienlagarde
5d0125b2
HDRenderPipeline: Rename diplacement to vertex displacement and add a per pixel dispalcement scale (not done)
- And expose debug display properties
7 年前
sebastienlagarde
551e98f0
Refactor the UI to have vertex, pixel and tessellation displacement
- This commit will break the data that use displacement
7 年前
Sebastien Lagarde
9f87b816
Remove file path header from shader generator generated files as it depends on users folder and cause conflict
7 年前
Sebastien Lagarde
a0915eb9
Move ambient occlusion code from LightingLoopContext to lit.hlsl
- rename ltc_linear_clamp_sampler and ltc_trilinear_clamp_sampler to
s_linear_clamp_sampler and s_trilinear_clamp_sampler
- remove ambient occlusion from LightingLoopContext as it should not be
here, and move it to EvalutePostBSDF
7 年前
Frédéric Vauchelles
bb7f87de
Added debug display for pyramids
7 年前
Frédéric Vauchelles
1e32285e
Renamed PreTransparent to PreRefraction
7 年前
Frédéric Vauchelles
9c88dfd3
Updated keywords of materials
7 年前
sebastienlagarde
bcd7b928
HDRenderPipeline: Add debug mode for SSAO/GTAO
7 年前
Sebastien Lagarde
36f3cfd4
merge unity 2017.3
7 年前
Sebastien Lagarde
69f19bc0
HDRenderPipeline: Add support of shadow mask (Disabled in 2017.3) - require C++ change
- Create clearColorAllBlack to have color with alpha channel with 0 for
clear.
- Add shadowmask and occlusion probe sampling functions
- Add various debug feature for shadow mask
- Refactor GBuffer manager
- Add SHADOWS_SHADOWMASK keyword to our various lit and debug shader
- In deferred, SHADOWS_SHADOWMASK add an extra GBuffer
- Create a BakeLightingData that contain bakeDiffuseLighting +
bakeShadowMask
- Update all lightLoop call with this new BakeLightingData struct, pass
it to EvaluateBSDF_XXX function
- Move #pragma multi_compile from .shader to pass that require it
(unsure if this save variant)
7 年前
sebastienlagarde
df9f236e
HDRendeRPipeline: Use Last member for enum
7 年前
Julien Ignace
ec66382f
- Moved GGX Convolution related files to Material/GGXConvolution
- Fixed mistake caused by wrongly generated debug cs.hlsl files
7 年前
Sebastien Lagarde
8820a5f9
Update LuxMeter debugview
7 年前
Frédéric Vauchelles
210bb00c
(wip) screen space tracing debug
7 年前
Frédéric Vauchelles
801f262f
debug fixes
7 年前
Frédéric Vauchelles
fb9b45ba
Update screen space tracing for refractions
7 年前
Frédéric Vauchelles
c2126e91
Added bruteforce screen space tracing
7 年前
Frédéric Vauchelles
a30e7108
Fixed HiZ raymarching
7 年前
Frédéric Vauchelles
26ba0cae
Renamed properly variables
7 年前
Frédéric Vauchelles
4fbb1c4f
(wip) Added refraction model
7 年前
Frédéric Vauchelles
5ef1d97f
(wip) Added debug for proxy and hiz refraction modes
7 年前
Frédéric Vauchelles
c96eb98a
(wip) Fixed refraction with sky proxy
7 年前
Frédéric Vauchelles
b222ccef
Added linear raymarching in HiZ
Fixed HiZ reflection
7 年前
Frédéric Vauchelles
576ebd36
HiZ: Raymarch behind surfaces
7 年前
Frédéric Vauchelles
638799d0
Fixed hit weight calculate
Updated debug modes
7 年前
Frédéric Vauchelles
f994c6c3
displaye sampled color in HiZ for debug
7 年前
Frédéric Vauchelles
262145d7
Added debugs
Fixed screen space ray computation
7 年前
Tim Cooper
fafb59af
Run code formatter.
7 年前