Search code examples
paraview

Camera Rotation Animation


I have simulated a rotating cube filled with particles by moving the gravity vector rather than changing all of the geometry. I want to use the ParaView animation tools to rotate the camera to keep the gravity vector pointing down so it all looks right. When moving the camera (not animations) I would use the rotate 90 degrees tools. enter image description here

How would I achieve this effect for an animation?

EDIT: I have done it using a video editor as an extra step after ParaView, this is the effect I am going for: https://youtu.be/rym2fdKkPps


Solution

  • You cannot animate GUI button usage with animation. However you can animate camera position and orientation as finely as you want. Try adding a camera track to the animation track of type "Interpolate Camera Location".

    Add the two positions you want and set the time to be very close.