RSlysz
eb333d2f
Provide in-code documentation for InfluenceVolume
6 年前
RSlysz
d4cc0f44
clarify InfluenceVolume API and fields
6 年前
RSlysz
382aad54
fix ReflectionMenuItem
6 年前
RSlysz
bb7e1d3a
fix HDReflectionProbeUI
6 年前
RSlysz
6f192eff
fix HDReflectionProbeEditor
6 年前
RSlysz
9627aa57
fix InfluenceVolumeUI
6 年前
RSlysz
7a4c8cb2
Fix serialized data classes
6 年前
RSlysz
b722d669
fix remaining shapetype renamed to shape
6 年前
RSlysz
165edab6
merge InfluenceVolume usage into HDProbe
6 年前
RSlysz
58c5edd8
Add small documentation for HDProbe public fields
6 年前
RSlysz
a743af4c
merge refreshMode into HDProbe
6 年前
RSlysz
152f8a3d
merge mode in HDProbe
6 年前
RSlysz
31e86f18
merge weight in HDProbe
6 年前
RSlysz
f2de0658
merge multiplier field in HDProbe
6 年前
RSlysz
62d196e1
merge proxyVolume field in HDProbe
6 年前
RSlysz
a2de9ad1
Make a common HDProbe ancestor
6 年前
GitHub
a2d7bf8d
Merge pull request #1759 from Unity-Technologies/Add-Light-Layers
Add light layers features
6 年前
Sebastien Lagarde
77887ca4
HDRP: Update changelog
6 年前
GitHub
80d748f5
Add light linking support ( #1758 )
* HDRP: Add support of light layering for forward (first draft)
TODO:
- Test instancing
- Check perf
- add an option to disable light layer support + in frameSettings
- add deferred rendering support (mean add an optional extra GBuffer)
* Add LightLinking support (version 1 - compile)
This PR add support of LightLayers feature.
To use it, setup mask renderingLayers on renderers and LightLayers on a lights. If a logical and of both give a non 0 value, the light is apply, otherwise it isn't.
This mean that by default LightLayers is 1 and RenderingLayers is 1. Then user can say LightLayers is only 2 and it will only affect renderingLayers with 2 or 3 mask value.
LightLayers require an extra GBuffer in deferred, mean it have extra bandwidth and memory cost.
LightLayers once enabled in HDRPAsset with SupportLightLayers can be control by FrameSettings. Mean a camera can enable extra RT only for an in game cinematic.
This PR refactor...
6 年前
GitHub
019f3227
Merge pull request #1757 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
Sebastien Lagarde
fbcdb866
Add DECAL_OFF for decal to remove more variant + rename
6 年前
GitHub
0bdf96cc
Merge pull request #1754 from Unity-Technologies/Update-name-of-decal-keyword
Reduce number of decal shader variant
6 年前
Sebastien Lagarde
09928ece
HDRP: Decal - Silent a warning
6 年前
Sebastien Lagarde
cb44566e
Rename _DECALS_3RT to DECALS_3RT and lower variant count
6 年前
GitHub
9ca2f35e
Merge pull request #1750 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
Sebastien Lagarde
b89550d1
Fix issue with upgrade script and embed material
6 年前
Sebastien Lagarde
6f506090
HDRP: Decal - Add a comment
6 年前
GitHub
449e311f
Merge pull request #1749 from Unity-Technologies/HDRP/staging
merge Hdrp/staging
6 年前
GitHub
f89977ab
Merge pull request #1748 from Unity-Technologies/Decal-compilation-test-new
Update graphic test material after decal PR #1747
6 年前
Sebastien Lagarde
2db5e09a
Merge branch 'HDRP/staging' into Decal-compilation-test-new
6 年前
GitHub
b57e1824
Merge pull request #1747 from Unity-Technologies/Decal-compilation
Decal shader stripping and upgrade script + fix
6 年前
Sebastien Lagarde
5b75f93c
HDRP: Update changelog
6 年前
Sebastien Lagarde
699fec18
Merge branch 'HDRP/staging' into Decal-compilation
6 年前
Sebastien Lagarde
413dd3f2
Update shaderVariableDecal (fix issue with decal and batcher)
6 年前
Sebastien Lagarde
467a07f5
Update all material for decal PR
6 年前
Sebastien Lagarde
f97c8de2
Fix issue with RT inccorectly fill in PerChannelMask mode with Smoonthess only
6 年前
Sebastien Lagarde
09ca5ea6
Rename EnableDBuffer to EnableDecals + Fix issue with MAOS
6 年前
Sebastien Lagarde
a8187784
Add shader stripper support for decal variant + update HDRP asset
6 年前
Sebastien Lagarde
5e272239
Fix issue with upgrade decal script
6 年前
GitHub
082b4762
Merge pull request #1746 from Unity-Technologies/HDRP/decals/v2_1/material_draw_order_fix
Hdrp/decals/v2 1/material draw order fix
6 年前
Paul Melamed
e21ffe2c
Fix decal set render list container
6 年前
Sebastien Lagarde
a9cdd84b
Update keyword in upgraded script for decal
6 年前
Paul Melamed
bf7f7442
modified changelog, rearranged inspector order
6 年前
Sebastien Lagarde
65ea94ef
Update the material upgrader system to be per material and not per project
6 年前
Paul Melamed
d0f8d66e
decal material draw order
6 年前
sebastienlagarde
f222f97c
Rename DBuffer -> Decals + Add decal multicompile option
- Rename DBuffer -> Decals
- Add multicompile for no decals at all (for support decals)
- TODO: Shader stripping
6 年前
Remy
b3ff809b
Merge branch 'master' into tests/hdrp/distortion
6 年前
GitHub
74d0a872
Merge pull request #1745 from Unity-Technologies/master
Merge from master
6 年前
GitHub
07c127ac
Merge pull request #1743 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
GitHub
a36c53a2
Merge pull request #1742 from Unity-Technologies/Update-graphic-test-detail-map
Update details map test
6 年前