Scaling the Scene while Using SSR give these weird effect

I was trying SSR(Screen Space Reflection) and its working Fine with the models of smaller Scale

but When I tried using other Scene which are huge in Scale I am getting this weird effect
image

and it rotate when I rotate the Scene .
image

Also my TAA(Temporal Anti-Aliasing) got disable when using SSR
what would be the proper combination to use in a scene for
Anti Aliasing,Ambient Occlusion (like SAO,SSAO) and SSR.

Thankyou
Seeon

Please try to increase maxDistance setting to a high value.

Combine SSRPass with other postprocessing is still a work in progress.

Hey Thanks for Replying ,
A quick question : Does Current SSR does not take Roughness Value or Roughness Maps into account and show shine based on that ?

Yes, not yet ~

I tried, but pbr seems too complicated for me to correctly integrate to SSRPass now. I’m still learning.