Looooong / Unity-SRP-VXGI

Voxel-based Global Illumination using Unity Scriptable Render Pipeline
MIT License
766 stars 62 forks source link

Newest branch's color problem #27

Closed Wenzy-- closed 4 years ago

Wenzy-- commented 5 years ago

When i use the " Add Spherical Harmonics pass and environment settings " 's branch,everything is fine except the post process's depth of field is flip.So i import the newest branch base on this branch in the same scene.But I find the color changed a lot.

The picture above is original.The second one is after import.the lighting looks very flat img

Looooong commented 5 years ago

I suspect a few things:

Looooong commented 5 years ago

And the latest commit on master branch contains a lot of breaking changes that may transform the lighting result of the scene. Hopefully, I won't have to do this in the future. You probably have to re-check the lighting conditions. That's all.

Wenzy-- commented 5 years ago

yes,you are right.It's the Intensity Multiplier cause the problem.And in this version, the depth of field is correct now