Thomas
4a72bd35
Added more utility methods to VolumeProfile
7 年前
Felipe Lira
567d0716
Blit shaders modified to avoid tile depth load.
7 年前
Frédéric Vauchelles
77da2d54
[PlanarReflection] Added test scene
7 年前
GitHub
afc49b99
Merge pull request #759 from Unity-Technologies/Decouple-SSS-and-transmission-option
Decouple SSS and Transmission option
7 年前
Sebastien Lagarde
814bb007
Decouple SSS and Transmission option
Rename EnableSSSAndTransmission as EnableSubsurfaceScattering and
EnableTransmission
Note: Disabling Transmission doesn't save the ALU if it is enabled in
the profile
+ Add supportSubsurfaceScattering in UI
+ Small cosmetic rearrangement at the beginning of lit.hlsl
7 年前
Sebastien Lagarde
3513d76a
HDRenderPipeline: Fix wrong SSS renaming
7 年前
GitHub
76304378
Merge pull request #758 from Unity-Technologies/Rename-Subsurface-Profile-=---Diffusion--profile
Update Subsurface profile
7 年前
Sebastien Lagarde
4bc9e971
Missing one file
7 年前
Sebastien Lagarde
28402e59
Fix an issue with UI not displaying that no diffusion profile is present
7 年前
Sebastien Lagarde
926a5691
Update UI for diffusion profile + convert fresnel0 to IOR in UI
7 年前
Sebastien Lagarde
a8ab890d
Rename SubsurfaceScattering Settings/Editor to DiffusionProfile + various file renaming/moving
7 年前
Sebastien Lagarde
c3a7633d
Rename SubsurfaceProfile to DiffusionProfile and SubsurfaceRadius to SubsurfaceMask
7 年前
Sebastien Lagarde
ef3442e8
HDRenderPipeline: move InfluenceFadeNormalWeight to shader library
7 年前
GitHub
74479f14
Merge pull request #757 from Unity-Technologies/Update-CheapClearCoat
Refactor clear coat to be more usable in game
7 年前
Paul Melamed
b5295e0e
add some comments explaining the transform from normal map to decal space
7 年前
Raymond Graham
e93f78ef
Bring over Instancing support to HDRP shaders.
7 年前
Remy
16889c08
Add debug view test (motion vectors)
7 年前
Remy
8118558f
Use uncompressed cubemaps to avoid unecessary warnings
7 年前
Remy
d5dfa0d9
Refactor the test framework to allow to run the tests in editor play mode :
- Add TestFrameworkPlayMode class
- Move common functions to TestFrameworkTools class
- Add a setting in SetupSceneforRenderPipelineTest to invoke custom actions before capturing
7 年前
Matt Dean
2ec75211
Fix Math node default values
7 年前
Matt Dean
2e568046
Fresnel node fixes
- Add default bindings
- Switch to 3D preview
7 年前
Matt Dean
7c4099ec
Fix Screen Position and Reflection Probe nodes
- Requires reorder of preview shader includes
- Requires adding EntityLighting.hlsl to preview shader includes (For DecodeHDREnvironment)
- Requires addeing unity_SpecCube0 (texture, sampler and instruction) to ShaderVariables.hlsl (for Preview shader)
- Added "legacy" ComputeScreenPos function
7 年前
Matt Dean
458bb9ee
Update RGBA slot width
7 年前
Matt Dean
7f9b3b2c
Remove eyedropper from Color fields
7 年前
Matt Dean
d2cd9dcf
Update Twirl defaults
7 年前
Matt Dean
9bc7e3e7
Fix looping of flipbook
7 年前
Matt Dean
25109a19
Extend PBR master functionality
- Add Fade and Multiply blend modes
- Expose culling options
- Change UV enum to caps
- Add camel case string converter to utils
- Convert camel case on CodeFunctionNode
7 年前
Matt Dean
e36e1fc8
Fix Sampler State property
- Update to new shader library
7 年前
Matt Dean
f76d536a
Add CubemapControlView to USS
7 年前
Matt Dean
e5024bd2
Cosmetic (name) changes
7 年前
Matt Dean
7e22f269
Update ToggleControl to UIElements
Cosmetic fixes to
- InvertColors node
- ChannelMixer node
- Blend node
7 年前
Matt Dean
21d73861
Improve ChannelMixerControl callbacks
7 年前
Matt Dean
7c4730ca
PR Fixes
- Add boolean slot control view
- Add nodes And/Nand/Or
- Fix Branch node defaults
- Add USS for boolean slot
7 年前
Matt Dean
fb18c249
Refactor Channel Mixer UI
7 年前
GitHub
b3954895
Merge pull request #155 from Unity-Technologies/CreateNodeOnSpace
Created the functionality of creating Nodes directly when hitting spa…
7 年前
Matt Dean
dbaf707b
Add All, Any, IsInfinite and IsNaN nodes
7 年前
Matt Dean
70e75999
Fix Channel Mask validation
7 年前
Martin Thorzen
b73f8bc1
Created the functionality of creating Nodes directly when hitting spacebar. Simplified to not have to right click and click create node.
7 年前
Matt Dean
e7ccc01e
Fixes
- Change Comparison node to Vec1 inputs
- Change Branch node logic to avoid another if statement
7 年前
GitHub
07a3da00
Update LICENSE
7 年前
Matt Dean
8ab84621
Add Triplanar node
7 年前
GitHub
6c91e340
Update LICENSE
7 年前
Jens Holm
428479b6
Make floating windows dock to closest corner
7 年前
Matt Dean
eeae2f11
Fix Screen Position node
7 年前
GitHub
49e7e243
Update README.md
7 年前
Jens Holm
5f6443a4
Add draggable manipulator for floating windows
7 年前
Matt Dean
c3e0543b
Add Dielectric Specular node
7 年前
GitHub
87638b44
Merge pull request #149 from Unity-Technologies/node-bugfixes
Node bugfixes
7 年前
Jens Holm
50adcc7c
Remove old functions from GraphInspectorView
7 年前
Matt Dean
f9d9e891
Rename Blend node inputs
7 年前