-
Camera problem
Ok, here’s my situation. I have a project with 3D objects: a solid plane as a desktop with several objects. The camera moves over the desktop to show the objects one by one. With some expressions, the camera’s point of interest is always positioned underneath the camera. That way, I only have to animate the camera position to move the camera over the desktop.
But sometimes the camera misbehaves.
The camera starts at a certain position and animates to the first object. It stops a couple of seconds before it moves on to the next object. During this pause, it should not move, but somehow it does!
The keyframes look like this:
O —[animate]— O —–[pause]—– O —[animate]— O
So during the pause the camera is still slightly moving around, and I have no idea what the cause is.
I have tried several solutions, like adding an extra keyframe during the pause to keep the camera in place, and toying aroung with easing… but no success.