brianchirls / Seriously.js

A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGL
MIT License
3.87k stars 354 forks source link

Apply accumulator effect in Seriously.js with layers #145

Closed dsdsdsdsdsds closed 7 years ago

dsdsdsdsdsds commented 7 years ago

I’m trying to create a custom version of the accumulator example made with Seriously.js. While the effect should look the same, I’d prefer if the image stays in its place (e.g. centered in the viewport) while the "background" is moving.

Is there some kind of possibility to have a layer below the image, where the accumulator effect is being applied to and which I then can move around with transform, while not affecting the position of the image?