keijiro / PostProcessingUtilities

Utility scripts for the post processing stack
261 stars 23 forks source link

Fix focus update to happen before the image is rendered #1

Closed JohannesDeml closed 7 years ago

JohannesDeml commented 7 years ago

Changing the update method to OnPreRender removes a one frame delay for focussing on the current position. This is not that important, if the focus change should be delayed anyways, but can have significant mismatches for fast moving objects that should stay in focus immediately.

keijiro commented 7 years ago

Looks good to me. Thanks! Merged.