This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00a43bb11c45cfb2e07fa0e79d0eb7bb7ef04c19
UnrealEngineUWP
/
Engine
/
Shaders
/
Private
/
Strata
History
Sebastien Hillaire
4de7bfe4e1
Fixed naming Lob => Lobe.
...
#rb none [CL 16754722 by Sebastien Hillaire in ue5-main branch]
2021-06-23 05:15:51 -04:00
..
Strata.ush
Fixed RGB<->YCoCg to not result in F90 with component being higher than 1.0 and different chroma.
2021-06-17 04:00:39 -04:00
StrataDeferredLighting.ush
Fixed parameter blending with weight applied on BSDF. The problem was similar to not using premultipled alpha. Not when using parameter blended operators, the strata parameters are pre multipled with coverage. It only impacts the base pass, and all not necessary operations should be optimised out by the compiler.
2021-05-21 06:55:22 -04:00
StrataEnvironmentLighting.ush
Fixed parameter blending with weight applied on BSDF. The problem was similar to not using premultipled alpha. Not when using parameter blended operators, the strata parameters are pre multipled with coverage. It only impacts the base pass, and all not necessary operations should be optimised out by the compiler.
2021-05-21 06:55:22 -04:00
StrataEvaluation.ush
GGX multiple scattering lut now contains specular transmission for F0=0.04 to inverse it on the Chan model.
2021-06-16 07:43:35 -04:00
StrataForwardLighting.ush
Fixed parameter blending with weight applied on BSDF. The problem was similar to not using premultipled alpha. Not when using parameter blended operators, the strata parameters are pre multipled with coverage. It only impacts the base pass, and all not necessary operations should be optimised out by the compiler.
2021-05-21 06:55:22 -04:00
StrataFurnaceTest.usf
Fixed parameter blending with weight applied on BSDF. The problem was similar to not using premultipled alpha. Not when using parameter blended operators, the strata parameters are pre multipled with coverage. It only impacts the base pass, and all not necessary operations should be optimised out by the compiler.
2021-05-21 06:55:22 -04:00
StrataLUT.usf
GGX multiple scattering lut now contains specular transmission for F0=0.04 to inverse it on the Chan model.
2021-06-16 07:43:35 -04:00
StrataMaterialClassification.usf
Fixed parameter blending with weight applied on BSDF. The problem was similar to not using premultipled alpha. Not when using parameter blended operators, the strata parameters are pre multipled with coverage. It only impacts the base pass, and all not necessary operations should be optimised out by the compiler.
2021-05-21 06:55:22 -04:00
StrataMultipleScattering.ush
GGX multiple scattering lut now contains specular transmission for F0=0.04 to inverse it on the Chan model.
2021-06-16 07:43:35 -04:00
StrataStatisticalOperators.ush
Fixed naming Lob => Lobe.
2021-06-23 05:15:51 -04:00
StrataVisualize.usf
Fixed parameter blending with weight applied on BSDF. The problem was similar to not using premultipled alpha. Not when using parameter blended operators, the strata parameters are pre multipled with coverage. It only impacts the base pass, and all not necessary operations should be optimised out by the compiler.
2021-05-21 06:55:22 -04:00