Hi, I wonder if we can make 2D and/or 3D object to move along when we move the device?
Like literally pan the device.
Example: We put the object in the middle of the screen. If we move the camera upward, then the object kinda left behind with some exponential smoothing, until we stop, then it will try to catch up, overshoot a little bit, and goes back to the original position.
So it’s like a toy with a spring. Maybe similar to @josh_beckwith 's slinky cheek, but it moves based on the camera movement, not the head.
Any idea how to do it in patch editor? I prefer a method without script, since i have no idea how to use script. Thanks!!