Skip to content

Conversation

@FrancescoC-unity
Copy link
Contributor

@FrancescoC-unity FrancescoC-unity commented Jun 15, 2021

Fix for https://fogbugz.unity3d.com/f/cases/1342302/

There was an issue with keywords that removed the planar and triplanar mapping calculations from domain shaders, which would of course lead to problems.

This is fixed and is also adding a test with displacement with the various mapping.

I am going to be running yamato to get the ref images.

Before
beforeTess

After
afterTess

pmavridis and others added 30 commits May 26, 2021 19:23
* Fix AxF debug output in certain configurations.

* Update comment
* Fix white flash

* changelog

Co-authored-by: sebastienlagarde <[email protected]>
* Show info box when ray tracing is enabled.

* Changelog

* Move below MSAA

Co-authored-by: sebastienlagarde <[email protected]>
…phics Compositor enabled (#4593)

Co-authored-by: sebastienlagarde <[email protected]>
* Reconstruct jittered projection matrix far plane (for Infinite )

* Changelog

Co-authored-by: sebastienlagarde <[email protected]>
* Fix overdraw in custom pass utils blur function

* Updated changelog

Co-authored-by: sebastienlagarde <[email protected]>
* Fix

* changelog

* Force sync compilation for TAA

Co-authored-by: CifaCia <[email protected]>
Co-authored-by: sebastienlagarde <[email protected]>
…side is updated. (case 1335737, related to 1314040) (#4691)

Co-authored-by: sebastienlagarde <[email protected]>
…ing only the RTSSS Data (case 1332904). (#4626)

* Fixed the ray traced sub subsurface scattering debug mode not displaying only the RTSSS Data (case 1332904).

* Add test scene

Co-authored-by: Remi Chapelain <[email protected]>
Co-authored-by: Sebastien Lagarde <[email protected]>
…e refraction and probe refraction (#4653)

* Delete the second transmittance mul

* Changelog

Co-authored-by: Sebastien Lagarde <[email protected]>
#4636)

* Initialize the shading normal to a non-zero value for anisotropy

* Changelog

Co-authored-by: sebastienlagarde <[email protected]>
* Fix VfX lit particle aov output color space

* Update comment

Co-authored-by: sebastienlagarde <[email protected]>
* Fixed issue with transparent unlit.

* Updated changelog.

* Reverted accidental change to default mtl.

Co-authored-by: sebastienlagarde <[email protected]>
* Fix

* changelog

Co-authored-by: sebastienlagarde <[email protected]>
…cal volumetric fog volume (#4728)

* Fixed nullref when deleting the 3D mask of a density volume (case 1339330)

* Updated changelog

Co-authored-by: sebastienlagarde <[email protected]>
anisunity and others added 7 commits June 10, 2021 20:01
… and color shadows (case 1340234). (#4756)

* Fixed the transparent cutoff not working properly in semi-transparent and color shadows (case 1340234).

* Update test ref image

Co-authored-by: Remi Chapelain <[email protected]>
Co-authored-by: sebastienlagarde <[email protected]>
…n using recorder (#4856)

* Make sure sky settings are correctly set when recording.

* Updated changelog.

Co-authored-by: sebastienlagarde <[email protected]>
* Add the necesarry texture coordinate clamping for RTHandle for color pyramid sampling

* Add some resolution independence, fitted for 1920x1080

* Changelog

* Switch back to point sampling from trilinear, with commentary

* Update test reference images

* Small correction to the point sampling, always sample mip 0.

* Re-update the test images, for mip 0 color sampling

* Use a simpler UV scaling/clamping since we are now point sampling.

Co-authored-by: sebastienlagarde <[email protected]>
@FrancescoC-unity
Copy link
Contributor Author

I need to make a different scene as the repro scene was not covering all issues and I misunderstood the degree of the issue. Code fix is correct, but more can be done in testing. Adding it now.

@TomasKiniulis
Copy link
Contributor

Testing is sufficient, but looks like yamato is completely failing, DX12 that actually manages to run tests skips this test scene.

@sebastienlagarde sebastienlagarde changed the base branch from hd/bugfix to master June 16, 2021 16:45
@sebastienlagarde
Copy link
Contributor

Currently DX12 yamato is good. All the issue are instability (like all the other builder), go to merge

@sebastienlagarde
Copy link
Contributor

ah sorry I see we need to regenerate pcitures, laaunching Yamato

@sebastienlagarde sebastienlagarde marked this pull request as ready for review June 17, 2021 18:02
@FrancescoC-unity
Copy link
Contributor Author

Argh yeah sorry forgot to re-kick the jobs myself as the one I triggered failed for unrelated reasons.

@sebastienlagarde sebastienlagarde merged commit 672b8bc into master Jun 18, 2021
@sebastienlagarde sebastienlagarde deleted the HDRP/fix-displacement-with-planar-mapping branch June 18, 2021 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.