Julien Ignace
799fb598
Added a CommonSettings component to handle the choice of the SkyRenderer and later other global scene settings.
8 年前
Julien Ignace
d3f35f1a
- Split shadow setting relevant to the scene from the HDRenderLoop ShadowSettings structure to the CommonSettings component.
- Made sure everything worked fine with multi-editing.
8 年前
Julien Ignace
e4a32a00
Fixed update of sky renderer when changing the type in the CommonSettings.
8 年前
sebastienlagarde
aacfb575
Rename HDRenderLoop to HDRenderPipeline
8 年前
sebastienlagarde
b890244e
HDRenderLoop: Rename the directory HDRenderLoop in HDRenderPipeline
8 年前
sebastienlagarde
cb97b488
HDRenderLoop: Rename renderLoop to renderContext
8 年前
Tim Cooper
2b3f2f91
[refactor namespace]
UnityEngine.Experimental.ScriptableRenderLoop -> UnityEngine.Experimental.Rendering
UnityEngine.Experimental.ScriptableRenderLoop -> UnityEngine.Experimental.Rendering.{LoopName}
8 年前
Tim Cooper
aa75277c
[refactoring] HDLoop to do nice allocate / deallocate based on instantiation of loop instances.
8 年前
Tim Cooper
c3449ff8
[HDLoop] Use scene singleton pattern for skysettings and common settings. The idea is that when a scene is activated we look to see if there are any override settings in that scene; if so we apply them. If there are no override settings we just do the default.
8 年前
Tim Cooper
32acc565
[hdloop]Add sky asset + common settings asset.
8 年前
Evgenii Golubev
df6d69e8
Implement the initial version of custom SSS filters
8 年前
Evgenii Golubev
d892fdad
Reduce the minimal supported variance to 0.05
8 年前
Evgenii Golubev
48b18910
Improve the quality of importance sampling
8 年前
Evgenii Golubev
0447d898
Increase max. supported variance to 4
8 年前
Evgenii Golubev
27059d4f
Use standard deviation instead of variance as it is more intuitive
8 年前
Evgenii Golubev
ac23a82e
Merge branch 'master' into SSSSS
8 年前
Evgenii Golubev
60731810
Make improvements based on feedback
8 年前
Evgenii Golubev
517ba2ae
Create an asset for the SSS UI
8 年前
Robert Cupisz
bc3905d5
Directional shadow near plane offset was the last dir shadow setting left in quality settings. Reunite with friends.
8 年前
Keijiro Takahashi
705fd129
Moved SSAO settings into CommonSettings.
8 年前
Keijiro Takahashi
b88fea8f
Changed directory structure.
8 年前
Julien Ignace
b09d5f72
- Cleaned up CommonSettings from Cascaded parameters which are now in the light.
- Cleaned up some now useless code in the init code of shadow system
- Split ShadowSettings struct into two different parts. One for the init and the other for the per frame setup
- Cleaned up HDRenderPipeline a bit (mostly moving logic stuff from the asset to the instance itself)
8 年前