yt.visualization.volume_rendering.camera.StereoPairCamera.look_at

StereoPairCamera.look_at(new_center, north_vector=None)

Change the view direction based on a new focal point.

This will recalculate all the necessary vectors and vector planes to orient the image plane so that it points at a new location.

Parameters:

new_center : array_like

The new “center” of the view port – the focal point for the camera.

north_vector : array_like, optional

The “up” direction for the plane of rays. If not specific, calculated automatically.