solver.tui.display.views.camera#

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

Enter the camera menu to modify the current viewing parameters.

dolly_camera(*args, **kwargs)#

Adjust the camera position and target.

field(*args, **kwargs)#

Set the field of view (width and height).

orbit_camera(*args, **kwargs)#

Adjust the camera position without modifying the target.

pan_camera(*args, **kwargs)#

Adjust the camera target without modifying the position.

position(*args, **kwargs)#

Set the camera position.

projection(*args, **kwargs)#

Set the camera projection type.

roll_camera(*args, **kwargs)#

Adjust the camera up-vector.

target(*args, **kwargs)#

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

up_vector(*args, **kwargs)#

Set the camera up-vector.

zoom_camera(*args, **kwargs)#

Adjust the camera field of view.