Commit 9207b4c
authored
[HDRP][Path Tracing] Environment (sky) importance sampling (#6472)
* WIP...
* ...
* Refactor.
* WIP...
* Added marginal texture.
* Data generation (almost) complete.
* First working version.
* Further polish.
* ...
* ...
* Added dichotomic search.
* Fixed visibility in light evaluation.
* Removed unused code (incl. PDF storage).
* Updated changelog.
* Fixed Jacobian.
* Removed commented out code.
* Fixed volume attenuation on env light eval.
* Renamed variables only used in path tracing.
* Only activate sky importance sampling for HDRIs.
* Updated ref images that use HDRIs.
* Fixed formatting.
* Cosmetic.
* Update HDRP resources asset.
* Fixed sky auto-exposure mismatch.
* Updated changelog.
* Fixed camera clear color.
* Fixed unlit transparent.
* Minor clean up.
* Changed intensity clamping method.
* Added sky importance sampling parameter.
* Reordered params.
* Improved robustness with null PDFs.
* ...
* Updated doc with section on sky sampling.
* Cosmetic.1 parent 371af9d commit 9207b4c
File tree
25 files changed
+682
-192
lines changed- TestProjects/HDRP_DXR_Tests/Assets/ReferenceImages/Linear/WindowsEditor/Direct3D12/None
- com.unity.render-pipelines.high-definition
- Documentation~
- Editor/RenderPipeline/PathTracing
- Runtime
- RenderPipelineResources
- RenderPipeline
- PathTracing
- Shaders
- ShaderPass
25 files changed
+682
-192
lines changedLines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
0 commit comments