Sebastien Lagarde
56790568
Refactor GetBakedDiffuseLighting
- Shader code change: Rename GetBakedDiffuseLighting to ModifyBakedDiffuseLighting. This function now handle lighting model for transmission too. Lux meter debug mode is factor outisde.
- Shader code change: GetBakedDiffuseLighting is not call anymore in GBuffer or forward pass, including the ConvertSurfaceDataToBSDFData and GetPreLightData, this is done in ModifyBakedDiffuseLighting now
- Shader code change: Added a backBakeDiffuseLighting to BuiltinData to handle lighting for transmission
- Shader code change: Material must now call InitBuiltinData (Init all to zero + init bakeDiffuseLighting and backBakeDiffuseLighting ) and PostInitBuiltinData
- Update shader graph associate code
6 年前
Sebastien Lagarde
93ff11d4
Correctly split AO to not affect emissive in forward
6 年前
Sebastien Lagarde
f0619d1d
Handle emissiveColor separate of bakeDiffuseLighting in forward
6 年前
GitHub
c3c43d6d
Merge pull request #1778 from Unity-Technologies/Emergency-fix-for-reflection-probe
Do a late update to avoid crash for InfluenceVolume in Probe
6 年前
Sebastien Lagarde
ce612c2a
Do a late update to avoid crash for InfluenceVolume in Probe
6 年前
Sebastien Lagarde
458155fb
HDRP: Update comment of integrate HDRI and clean a little code
6 年前
sebastienlagarde
98fec96f
HDRP: Update path of OpaqueAtmosphericScattering.shader
6 年前
sebastienlagarde
85b19b9b
fix HDAdditionnalReflectionData migration
6 年前
sebastienlagarde
2ea1dd98
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into HDRP/staging
6 年前
GitHub
6a81a760
Merge pull request #1777 from Unity-Technologies/GradientSky
Gradient sky
6 年前
sebastienlagarde
b3ddd5b8
HDRP update changelog
6 年前
Antoine Lelievre
41ff485b
Gradient value 3
6 年前
RSlysz
c4b4def3
Add small in-code documentation
6 年前
GitHub
8b3692f4
Merge pull request #1776 from Unity-Technologies/LuxIntensityForHDRISky
Lux intensity for hdri sky
6 年前
Antoine Lelievre
3f870344
Cleanup shader
6 年前
Antoine Lelievre
3d11380a
Added SkyType gradient
6 年前
RSlysz
eda72143
Clean ProxyVolume class and editor
6 年前
GitHub
f0a8da64
Merge pull request #1775 from Unity-Technologies/HDRP/staging
merge Hdrp/staging
6 年前
Antoine Lelievre
0f1f60cb
Add Gradient Sky from Laurent
6 年前
RSlysz
c545b24c
fix HDAdditionnalReflectionData migration
6 年前
GitHub
d5300b0b
Merge pull request #1774 from Unity-Technologies/master
Merge master into staging
6 年前
GitHub
238dd6b5
Merge pull request #1760 from Unity-Technologies/refactor-reflectionprobe/use-separate-InfluenceVolume-class-for-HDReflectionProbe-too
Refactor reflectionprobe/use separate influence volume class for hd reflection probe too
6 年前
RSlysz
c4d90629
Add missing empty HDAdditionalReflectionData in editor
6 年前
RSlysz
6f533f74
Add missing ParallaxProjection checkbox in HDReflectionProbe editor
6 年前
RSlysz
bcb93ba4
fix migration at deserialization time
6 年前
RSlysz
b736b624
fix InfluenceVolume creation
6 年前
RSlysz
04f30e40
various small fixes
6 年前
RSlysz
5879ce57
fix warnings
6 年前
RSlysz
bbee5366
fix infinite migration
6 年前
RSlysz
7beb31aa
Replace sync event in InfluenceVolume
6 年前
GitHub
d7a73902
Merge branch 'HDRP/staging' into refactor-reflectionprobe/use-separate-InfluenceVolume-class-for-HDReflectionProbe-too
6 年前
RSlysz
03fb1618
fix HDAdditionalReflectionData namespace
6 年前
RSlysz
826ccf9a
Fix legacy box resizing
6 年前
RSlysz
2a843d9e
Use InfluenceVolume drawer inside HDReflectionProbe drawer
6 年前
RSlysz
eb333d2f
Provide in-code documentation for InfluenceVolume
6 年前
Antoine Lelievre
8f7a9b6e
Updated changelog
6 年前
RSlysz
d4cc0f44
clarify InfluenceVolume API and fields
6 年前
Antoine Lelievre
3abc702e
Changed HDRI lux step value
6 年前
RSlysz
382aad54
fix ReflectionMenuItem
6 年前
Antoine Lelievre
3c29756a
Added comments
6 年前
Remy
cfef1727
Apply tests/hdrp/move_lightmap_auto_bake changes
6 年前
RSlysz
bb7e1d3a
fix HDReflectionProbeUI
6 年前
Antoine Lelievre
d33e5edc
Cleanup HDRI sky code
6 年前
GitHub
9cc64871
Remove pp submodule ( #1770 )
* Remove postprocessing submodule and use shipped package dependency.
6 年前
Yao Xiaoling
15531c13
Fix review comments:
* Put all variables in cbuffer.
* Delete motion vector pass.
* Follow naming convention for basemap gen shader.
6 年前
Remy
5f7f16a2
Merge branch 'master' into tests/hdrp/distortion
6 年前
RSlysz
6f192eff
fix HDReflectionProbeEditor
6 年前
Antoine Lelievre
6b451d7a
Merge branch 'master' into LuxIntensityForHDRISky And moved HDRI multiplier to the editor
6 年前
GitHub
0a9ad23c
Merge pull request #1767 from Unity-Technologies/fix/lightmap_auto_bake
Reverse merge with tests/hdrp/move_lightmap_auto_bake ( f104623 )
6 年前
Yao Xiaoling
f74fc88a
Decal keywords change.
6 年前