<div dir="ltr"><div><div><div>Hi All, <br><br></div>Just a quick question on rotation of the camera object. When I rotate the camera I notice that the <br></div>center no longer stays at the focus. I'm running a script which zooms and rotates an object in a timeseries fashion. <br>
<br></div># Code snippet<br><div>    cam = pf.h.camera(c, L, W, (N,N), transfer_function=tf, north_vector=up, <br>                      no_ghost=True, steady_north=True)<br> #Rotate about the "Lperp" vector<br>    theta = rotation*filenum<br>
    cam.rotate(theta, rot_vector=Lperp)<br>  <br><br></div><div>This pretty much works as I want but after a while a get an output like the one attached with the central density no longer at the center. Is there a way to keep the focus at "c". <br>
<br></div><div>Cheers,<br></div><div>John<br></div></div>