Open
Description
Hello, I would like to create a movie for a 100-frame molecular dynamics trajectory of a protein-ligand complex. The problem is: before the trajectory starts to play, I want the camera to rotate from an overview of the whole complex to the ligand in 100 frames. Only after the rotation will the trajectory starts to play.
What I have tried is:
mset 1x200
scene 001 # overview
scene 002 # zoom into the ligand
mset store, 1, scene=001
mset store, 100, scene=002
mset store, 200, scene=002
load_traj traj.xtc, object=object_name, state=101
Finally, I exported png images via GUI so that I could set the image resolution.
Result: all the exported png images stuck at the same starting conformation of the complex.
What should I do?
Metadata
Metadata
Assignees
Labels
No labels