cryscan / bevy-hikari

A Realtime Path Tracer for Bevy.
Other
349 stars 15 forks source link

Restirs revisited #55

Closed trsh closed 2 years ago

trsh commented 2 years ago

So I reanimated spatial reuse trough the frames. Currently its storing I saw was removed. This required to invalidate spatial reservoirs in temporal pass if reprojection fails. Otherwise lots of ghosting.

I also added some simple trickery to make the sample invalidation/acceptance bit smoother (stole from Falcor project).

The quality improved here and there, but nothing special.