playdeadgames / temporal

Temporal Reprojection Anti-Aliasing for Unity 5.0+
MIT License
1.84k stars 192 forks source link

Ghosting Artifacts #3

Closed robotron2084 closed 7 years ago

robotron2084 commented 8 years ago

After applying the fix mentioned in #1(thanks!) it seems there is a bit of shimmering on the Example scene. I have attempted to create a gif to best show it:

temporal_aa_artifacts

To repro: Apply the fix mentioned in #1. Open the Example scene. Apply a rotation animation to cube 13. Observe that below the cube a strange shimmering displays (not the shadow but directly down from the image).

sfarmer1 commented 8 years ago

And this issue only seems to crop up with tagged objects. It is especially bad with objects tagged as skinned meshes.

uzimonkey commented 8 years ago

I also saw this on a skinned mesh renderer. I can't reproduce it though.

dmnddst commented 8 years ago

It looks like one of the buffers is getting flipped (in OpenGL)

flipped