-
Notifications
You must be signed in to change notification settings - Fork 855
Fixed an issue in the planar reflection probe convolution. #3668
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 26, 2021
Please update screenshots , thanks |
I updated and pushed the new screenshots |
remi-chapelain
approved these changes
Mar 1, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed with @anisunity , no more testing needed on this one ! ✔️
sebastienlagarde
pushed a commit
that referenced
this pull request
Mar 1, 2021
sebastienlagarde
added a commit
that referenced
this pull request
Mar 1, 2021
* Hdrp/fix 1299233 ies resize #3243 * Fixed an issue in the planar reflection probe convolution. #3668 * Making the FrameSettingsAttribute field more robust. Using it in other places to avoid caching (#3700) the Obsoletes. Adding robustness in map query. * [HDRP] Merge Hd/bugfix #3687 Co-authored-by: anisunity <42026998+anisunity@users.noreply.github.com> Co-authored-by: Kleber Garcia <kleber.garcia@unity3d.com>
sebastienlagarde
pushed a commit
that referenced
this pull request
Mar 3, 2021
sebastienlagarde
added a commit
that referenced
this pull request
Mar 4, 2021
* [XPipeline]Fix crash on VolumeComponentWithQualityEditor when the current Pipeline is not HDRP #3643 * Fixed an issue in the planar reflection probe convolution. #3668 * Merge Hd/bugfix #3680 * Fix keyword backport (#3688) * Fix keyword backport * reenable test * [HDRP] Merge Hd/bugfix #3687 * Making the FrameSettingsAttribute field more robust. Using it in other places to avoid caching (#3700) the Obsoletes. Adding robustness in map query. * Avoid unnecessary RenderGraphBuilder.ReadTexture in the "Set Final Target" pass. #3707 * Update CHANGELOG.md * update double sided normal * Updated distortion description and distortion blur default value (#3721) Co-authored-by: alex-vazquez <76204843+alex-vazquez@users.noreply.github.com> Co-authored-by: anisunity <42026998+anisunity@users.noreply.github.com> Co-authored-by: Adrien de Tocqueville <adrien.tocqueville@unity3d.com> Co-authored-by: Kleber Garcia <kleber.garcia@unity3d.com> Co-authored-by: victorsclui <34995714+victorsclui@users.noreply.github.com> Co-authored-by: Lewis Jordan <lewis.jordan@hotmail.co.uk>
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.
There was an issue in clamping the borders while doing the downscaling which lead to black edges on the convoluted reflection probe. This may alterate the results of our tests, we need to run them.
Testing status
Tested it on couple resolutions and lighting conditions, the issues doesn't repro anymore.