sebastienlagarde
|
a762caad
|
Remove transmission mode, now there is only two (and no none mode)
|
7 年前 |
uygar
|
74b782e2
|
Added new parameters to control the edge leak fixup.
Agreessiveness of the fixup can be controled, and the reference vector can either be set to the normal if available or the view vector.
|
7 年前 |
sebastienlagarde
|
abfe6dcf
|
Fix shader compilation
|
7 年前 |
uygar
|
f5518a7e
|
Limited per face information to matrices and atlas offsets to cut down on register usage.
|
7 年前 |
sebastienlagarde
|
5d53f892
|
fix end of line issue
|
7 年前 |
sebastienlagarde
|
ff116711
|
Merge branch 'shadows-biasing' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into shadows-biasing
|
7 年前 |
sebastienlagarde
|
8f73bb93
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Updating-UI-for-material-feature-ID
|
7 年前 |
GitHub
|
655420d5
|
Merge pull request #881 from EvgeniiG/master
Use an improved (generalized) depth distribution
|
7 年前 |
sebastienlagarde
|
a4930170
|
Merge remote-tracking branch 'refs/remotes/origin/master' into shadows-biasing
|
7 年前 |
sebastienlagarde
|
69ae5cb4
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Updating-UI-for-material-feature-ID
|
7 年前 |
GitHub
|
9f95e73a
|
Merge pull request #880 from Unity-Technologies/feature/ReflectionRefraction
Fixed test for planar probes
|
7 年前 |
uygar
|
c278421b
|
Added new helper function to calculate a guard angle for spot and point lights that gets added to the given fov so that biasing and filtering cannot access the shadowmap outside the valid range.
|
7 年前 |
sebastienlagarde
|
e74963fd
|
push fix
|
7 年前 |
sebastienlagarde
|
48efe04c
|
Merge remote-tracking branch 'refs/remotes/origin/master' into shadows-biasing
|
7 年前 |
sebastienlagarde
|
a2c27894
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Updating-UI-for-material-feature-ID
|
7 年前 |
GitHub
|
68eebf2f
|
Merge pull request #879 from Unity-Technologies/feature/PlanarReflection2
Planar Reflection
|
7 年前 |
GitHub
|
2654231e
|
Merge pull request #872 from Unity-Technologies/hdrp-msaa
HDRP + MSAA: Initial infrastructure
|
7 年前 |
sebastienlagarde
|
c3198024
|
Merge remote-tracking branch 'refs/remotes/origin/master' into hdrp-msaa
|
7 年前 |
Frédéric Vauchelles
|
e2c6eb6e
|
[ReflectionProbe] Added sphere offset in UI
|
7 年前 |
Remy
|
56120f1c
|
Add context menu item to allow to show test results more quickly... Hope so.
|
7 年前 |
GitHub
|
60d0a1a7
|
Merge pull request #877 from Unity-Technologies/HDRP_GraphicTests
Fix cornel box materials
|
7 年前 |
Frédéric Vauchelles
|
ed247f18
|
[PlanarReflection] Added probe tests
|
7 年前 |
Remy
|
eafa077e
|
Fix cornel box materials
|
7 年前 |
Paul Melamed
|
afb8df01
|
Cleanup PR, add decal HTile mask defines
|
7 年前 |
sebastienlagarde
|
22b5d138
|
Add support of clearcoat mask map and change coat mask as material feature
|
7 年前 |
Frédéric Vauchelles
|
9db916f8
|
Merge branch 'master' into feature/PlanarReflection2
|
7 年前 |
GitHub
|
65fe370a
|
Merge pull request #868 from Unity-Technologies/lw-srgb-ldr_fix
In LW the color target should be created in SRGB
|
7 年前 |
Paul Melamed
|
19876ed2
|
Merge branch 'master' into prototype/decals_gpu_optimization
# Conflicts:
# ScriptableRenderPipeline/HDRenderPipeline/HDRP/Decal/DecalSystem.cs
|
7 年前 |
sebastienlagarde
|
6feb2d00
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Updating-UI-for-material-feature-ID
|
7 年前 |
GitHub
|
865a869a
|
Merge pull request #874 from Unity-Technologies/Support-UV0-UV3-on-lit-for-base
Support uv0 uv3 on lit for base
|
7 年前 |
sebastienlagarde
|
e16cb2e3
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Support-UV0-UV3-on-lit-for-base
|
7 年前 |
GitHub
|
ff7b81d9
|
Merge pull request #873 from Unity-Technologies/HDRP_GraphicTests
Hdrp graphic tests
|
7 年前 |
GitHub
|
fe0284c8
|
Merge branch 'master' into HDRP_GraphicTests
|
7 年前 |
GitHub
|
2c465d55
|
Update the comment
|
7 年前 |
sebastienlagarde
|
0b8efbbc
|
Add support of UV1 to UV3 set on base color
Note that if users select > UV1 this will have a perf impact as due to
surface gradient calculation
|
7 年前 |
Peter Bay Bastian
|
b41adc72
|
Bump package version for SRP and Postprocessing
|
7 年前 |
GitHub
|
1bd58e2f
|
Merge pull request #871 from Unity-Technologies/feature/PlanarReflection2
[PlanarPRobe] fixed freeze when adding planar probe with reflection p…
|
7 年前 |
GitHub
|
b5718762
|
Merge pull request #870 from EvgeniiG/master
Support asymmetry with reprojection
|
7 年前 |
Frédéric Vauchelles
|
f0fd0287
|
[PlanarProbe] Realtime texture are not serialized
|
7 年前 |
sebastienlagarde
|
8d732769
|
Update Postprocess version
|
7 年前 |
Frédéric Vauchelles
|
080bce7f
|
[PlanarPRobe] fixed freeze when adding planar probe with reflection probes
|
7 年前 |
GitHub
|
aa6acaea
|
Merge pull request #869 from Unity-Technologies/feature/PlanarReflection2
Planar reflection - fixes
|
7 年前 |
Evgenii Golubev
|
1ef2e80a
|
Use an improved (generalized) depth distribution
|
7 年前 |
Frédéric Vauchelles
|
4c7c8a07
|
Merge branch 'master' into feature/PlanarReflection2
|
7 年前 |
Evgenii Golubev
|
b60509c2
|
Move VBuffer.hlsl
|
7 年前 |
Frédéric Vauchelles
|
a36e540f
|
[PlanarReflection] Fixed crash on PlanarReflectionProbe Add
|
7 年前 |
sebastienlagarde
|
3cbf4e3c
|
Merge remote-tracking branch 'refs/remotes/origin/master' into shadows-biasing
|
7 年前 |
Evgenii Golubev
|
7e4a3052
|
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline
|
7 年前 |
Frédéric Vauchelles
|
b4cc081b
|
[PlanarReflection] Add debug mode on both planar and reflection probe
|
7 年前 |
GitHub
|
a48c344e
|
Merge pull request #867 from Unity-Technologies/fix/ReflectionRenaming
Renamed reflection editor files
|
7 年前 |