-
Notifications
You must be signed in to change notification settings - Fork 855
Reset ambient probe upon switching to very different skies bis #3423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sebastienlagarde
approved these changes
Feb 9, 2021
sebastienlagarde
pushed a commit
that referenced
this pull request
Feb 14, 2021
sebastienlagarde
added a commit
that referenced
this pull request
Feb 14, 2021
* [Hdrp] Add 3DS max shader material test (#3239) * Arnold + Physical material * auto desk interactive * Reference image from yamato * linux vulkan test ref image * Update HDRP-Asset.md (#3302) * Merge Hd/bugfix #3313 * Added master stack documentation for HDRP #3388 * Fix compilation issue in MaterialUIBlockLists * Reset ambient probe upon switching to very different skies bis #3423 * Some leftover caused by master merge (#3456) * Custom Pass error message fix #3424 * Colored Shadows update (#3486) * Colored Shadows update Included new information in the Color Shadow property description to tell the user that the Material's Refraction Model has to be set to Thin, Box or Sphere for it to work. * Fixed typo Removed the "the" :D Co-authored-by: Rémi Chapelain <57442369+remi-chapelain@users.noreply.github.com> Co-authored-by: Lewis Jordan <lewis.jordan@hotmail.co.uk> Co-authored-by: FrancescoC-unity <43168857+FrancescoC-unity@users.noreply.github.com> Co-authored-by: Vic Cooper <63712500+Vic-Cooper@users.noreply.github.com>
sebastienlagarde
pushed a commit
that referenced
this pull request
Mar 3, 2021
sebastienlagarde
added a commit
that referenced
this pull request
Mar 3, 2021
* Fix a flickering issue related to moving shadow receivers (case 1302392) and a refactoring to avoid computing the same value for every effect. #3039 * The RTAO's history is now discarded if the occlusion caster was moving (case 1303418). #3343 * Update CHANGELOG.md * Add new API to CachedShadowManager and fix WouldFitInAtlas #3387 * Added master stack documentation for HDRP (#3388) * Added landing page and context/blocks overview page * Added vertex context page and snippets * Added the fragment context page and supporting snippets * Added the decal master stack and the contexts intro * Updated toc * Added vertex context doc * Update TableOfContents.md * Added unlit doc * Added lit master stack doc * Added eye master stack doc * Added fabric master stack * added hair master stack * Added stacklit master stack * Added snippets to support shader stack work * Fixed some formatting bugs * Removed old links * Updated links * formatting Co-authored-by: Lewis Jordan <lewisjordan@unity3d.com> Co-authored-by: sebastienlagarde <sebastien@unity3d.com> * Fix Sub-shadow rendering with cached shadows + Fix PCSS filtering issues on first frame or cached shadows #3396 * Reset ambient probe upon switching to very different skies bis #3423 * HDRP Graphic Test Fixes for Metal (#3408) * Fixed the metal pipeline creation error message and updated several gfx test images. * Rearranged LightData definition to workaround area lights not rendering issue on Intel GPUs on Catalina * Updated 2501 reference image for Metal with the area light fix * Updated 1550 and 2010 on Metal as previous were incorrect due to area light issue Co-authored-by: Jeannette Yu <jeannette.yu@unity3d.com> * Custom Pass error message fix (#3424) Typo in DrawRenderersCustomPass error message. Fixed a few other typos in this section too :D * Add Unity version to what's new 11 (#3432) * Update whats-new-11.md * Updated the table of contents * Shader abstraction cleanup #3443 * Some leftover caused by master merge (#3456) * Fix multiple any hit occuring on transparent objects (case 1294927). #3471 * Colored Shadows update (#3486) * Colored Shadows update Included new information in the Color Shadow property description to tell the user that the Material's Refraction Model has to be set to Thin, Box or Sphere for it to work. * Fixed typo Removed the "the" :D * Revert "Fix multiple any hit occuring on transparent objects (case 1294927). #3471" This reverts commit 0587177. * Update 1219_Lit_Light_on_Tesselation.png Co-authored-by: anisunity <42026998+anisunity@users.noreply.github.com> Co-authored-by: FrancescoC-unity <43168857+FrancescoC-unity@users.noreply.github.com> Co-authored-by: Lewis Jordan <lewis.jordan@hotmail.co.uk> Co-authored-by: Lewis Jordan <lewisjordan@unity3d.com> Co-authored-by: Brandon Fogerty <34072588+brandon-unity3d@users.noreply.github.com> Co-authored-by: Jeannette Yu <jeannette.yu@unity3d.com> Co-authored-by: Vic Cooper <63712500+Vic-Cooper@users.noreply.github.com> Co-authored-by: robinb-u3d <robinb-u3d@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Port of #3340 with fix for hybrid tests (see yamato green: https://yamato.cds.internal.unity3d.com/job/5235311 )