solver.tui.views.camera#

class main_menu.views.camera(path, service)#

Enters the camera menu to modify the current viewing parameters.

dolly_camera(*args, **kwargs)#

Adjusts the camera position and target.

field(*args, **kwargs)#

Sets the field of view (width and height).

orbit_camera(*args, **kwargs)#

Adjusts the camera position without modifying the target.

pan_camera(*args, **kwargs)#

Adjusts the camera target without modifying the position.

position(*args, **kwargs)#

Sets the camera position.

projection(*args, **kwargs)#

Set the camera projection type.

roll_camera(*args, **kwargs)#

Adjusts the camera up-vector.

target(*args, **kwargs)#

Sets the point to be the center of the camera view.

up_vector(*args, **kwargs)#

Sets the camera up-vector.

zoom_camera(*args, **kwargs)#

Adjusts the camera’s field of view. This operation is similar to dollying the camera in or out of the scene. Dollying causes objects in front to move past you. Zooming changes the perspective effect in the scene (and can be disconcerting).