camera#
Bases:
TUIMenuEnters the camera menu to modify the current viewing parameters.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
dolly_camera(service, version, mode, path)Adjusts the camera position and target.
field(service, version, mode, path)Sets the field of view (width and height).
orbit_camera(service, version, mode, path)Adjusts the camera position without modifying the target.
pan_camera(service, version, mode, path)Adjusts the camera target without modifying the position.
position(service, version, mode, path)Sets the camera position.
projection(service, version, mode, path)No help available.
roll_camera(service, version, mode, path)Adjusts the camera up-vector.
target(service, version, mode, path)Sets the point to be the center of the camera view.
up_vector(service, version, mode, path)Sets the camera up-vector.
zoom_camera(service, version, mode, path)Adjusts the camera’s field of view.
__init__ method of TUIMenu class.
Bases:
TUIMethodAdjusts the camera position and target.
Bases:
TUIMethodSets the field of view (width and height).
Bases:
TUIMethodAdjusts the camera position without modifying the target.
Bases:
TUIMethodAdjusts the camera target without modifying the position.
Bases:
TUIMethodSets the camera position.
Bases:
TUIMethodNo help available.
Bases:
TUIMethodAdjusts the camera up-vector.
Bases:
TUIMethodSets the point to be the center of the camera view.
Bases:
TUIMethodSets the camera up-vector.
Bases:
TUIMethodAdjusts 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).