diff --git a/src/effects/TiltShiftPass.js b/src/effects/TiltShiftPass.js index e9c9ac1..72d17ff 100644 --- a/src/effects/TiltShiftPass.js +++ b/src/effects/TiltShiftPass.js @@ -33,7 +33,7 @@ export default { this.updateFocusLine(); ['start', 'end'].forEach(p => { - watch(() => this[p], this.updateFocusLine); + watch(() => this[p], this.updateFocusLine, { deep: true }); }); this.pass.setSize = (width, height) => {