Julien Ignace
|
3a51e665
|
Start of new small framework for debugging stuff in HDRenderPipeline. Used it for shadow map visualization.
|
8 年前 |
sebastienlagarde
|
88adb5fc
|
HDRenderPipeline: Minor reformat
|
8 年前 |
Julien Ignace
|
3dbbcbeb
|
Update Cascaded Shadow test with new scene settings.
|
8 年前 |
Julien Ignace
|
293776aa
|
Compilation fix on PS4: removed static keyword and reverted Cluster size to 16 because there's not enough VGPR on PS4 to compile it otherwise (to investigate)
|
8 年前 |
Julien Ignace
|
7a3ff433
|
Put a free camera in all the test scenes.
|
8 年前 |
Julien Ignace
|
f13c2c98
|
Fixed material bindings on Cascaded test scene.
|
8 年前 |
Julien Ignace
|
f5856816
|
Updated CascadedShadowsTest.unity and BasicProfiling.unity
|
7 年前 |
Julien Ignace
|
7b9395ec
|
Fixed CascadedShadowsTest.unity (for real)
|
7 年前 |
Peter Bay Bastian
|
9a0518a6
|
Add render pipeline switcher component to test scenes, such that the relevant render pipeline is selected when the scene is opened
|
7 年前 |
Julien Ignace
|
e9449d38
|
Update Shadow Scene
|
7 年前 |
Julien Ignace
|
09f867e5
|
Renamed CascadedShadowsTest to ShadowsTest
|
7 年前 |
Julien Ignace
|
55bd39cb
|
- Updated ShadowsTest scene with a setup of cameras.
- Split Input Registering code from DebugActionManager and used it to register inputs for FreeCamera
|
7 年前 |
Julien Ignace
|
962dabd4
|
Update ShadowsTest scene (made geometry static and added a reflection probe).
|
7 年前 |
Julien Ignace
|
e1c83556
|
Fixed ShadowsTest scene directional light parameters (was MSM instead of PCF)
|
7 年前 |
Julien Ignace
|
d4b9dd15
|
Split directional shadow resolution in a different pass to reduce VGPR pressure during tile lighting.
|
7 年前 |
Julien Ignace
|
9e3a6300
|
Fixed directional shadow for transparent shaders by adding the right defines.
|
7 年前 |
Julien Ignace
|
182cb19b
|
Disabled all profiling cameras in some scenes to avoid them to be rendered unnecessarily.
|
7 年前 |
Julien Ignace
|
d210135e
|
- Added HDShadowSettings component for volumes
- Removed all obsolete Scene/CommonSettings code
- Updated HDRP samples scene with new volume sky/fog settings and removed obsolete assets
|
7 年前 |
Thomas
|
8f3bae6c
|
Updated sample scenes
|
7 年前 |
Julien Ignace
|
a95ec526
|
- Changed the way baking sky works (because it was broken with interpolation volumes becoming assets). It's now a dedicated component instead of a flag in a SkySettings
- Updated all test scenes accordingly
- Specified the right RenderPipeline on all our test scenes cameras.
|
7 年前 |
Julien Ignace
|
6cf5f4d4
|
Manually re-applied and fixed screen space shadow code after big merge of master that moved every files.
|
7 年前 |
Julien Ignace
|
93c49e08
|
- Switched sample count to a uniform to be changed by users
- Cleaned UI
- Added a variation to disable contact shadows
|
7 年前 |
sebastienlagarde
|
5f14b489
|
Update all materials with Last PR
|
7 年前 |