Evgenii Golubev
|
df6d69e8
|
Implement the initial version of custom SSS filters
|
8 年前 |
Evgenii Golubev
|
ae7b5723
|
Tweak the bilateral scale
|
8 年前 |
Evgenii Golubev
|
061001e0
|
Use lerp(max1, max2) to determine the radius rather than the average
|
8 年前 |
Evgenii Golubev
|
2f1d213f
|
Importance sample two Gaussians based on the interpolation weight
|
8 年前 |
Evgenii Golubev
|
48b18910
|
Improve the quality of importance sampling
|
8 年前 |
Evgenii Golubev
|
1014d65e
|
Improve bilateral weighting and alpha blending
|
8 年前 |
Evgenii Golubev
|
27059d4f
|
Use standard deviation instead of variance as it is more intuitive
|
8 年前 |
Evgenii Golubev
|
8aa3f256
|
Accurately sample the combination of two Gaussians
|
8 年前 |
Evgenii Golubev
|
7d07a953
|
Optimize and remove dead code
|
8 年前 |
Evgenii Golubev
|
60731810
|
Make improvements based on feedback
|
8 年前 |
Evgenii Golubev
|
840822e7
|
Make the Van der Corput sequence explicitly one-based
|
8 年前 |
Evgenii Golubev
|
e492618c
|
Refactor sampling methods
|
8 年前 |
Evgenii Golubev
|
517ba2ae
|
Create an asset for the SSS UI
|
8 年前 |
Evgenii Golubev
|
f43fbd7c
|
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
|
8 年前 |
Evgenii Golubev
|
b3db0917
|
Allow for multiple SSS profiles
|
8 年前 |
Evgenii Golubev
|
be01c5e2
|
Perform proper bilateral filtering
|
8 年前 |
Evgenii Golubev
|
00ba8344
|
Remove the bilateral scale and store RGB (1 / (2 * WeightedVariance))
|
8 年前 |
Evgenii Golubev
|
0d77adff
|
Implement faster (achromatic) bilateral weighting
|
8 年前 |
Evgenii Golubev
|
ed2dfbc7
|
Fix build issues of the Unity player
|
8 年前 |
Evgenii Golubev
|
e5974544
|
Factor out 'halfRcpVariance'
|
8 年前 |
Evgenii Golubev
|
750eb7b3
|
Improve SSS parameter caching
|
8 年前 |
Evgenii Golubev
|
c6b90633
|
Disable transmittance by default
|
8 年前 |
Evgenii Golubev
|
92b18150
|
Add thickness scale to the profile information
|
8 年前 |
Evgenii Golubev
|
47432d67
|
Implement GUI for SSS parameter labels
|
8 年前 |
Evgenii Golubev
|
a5059742
|
Improve the SSS profile GUI
|
8 年前 |
Evgenii Golubev
|
d4f421c8
|
Optimize the GUI image drawing code
|
8 年前 |
Evgenii Golubev
|
c444fb8a
|
Add an option to globally disable SSS
|
8 年前 |
Evgenii Golubev
|
13c21d32
|
Rename "transmittance" to "transmission" where applicable
|
8 年前 |
Evgenii Golubev
|
e2501e62
|
Add transmittance preview
|
8 年前 |
Evgenii Golubev
|
fb5cc01d
|
Implement the min-max slider for thickness
|
8 年前 |
Evgenii Golubev
|
c74a3040
|
Rename 'ThicknessMap' to 'ThicknessRemap' to avoid confusion
|
8 年前 |