camera#
Bases:
TUIMenu
Enters 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)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:
TUIMethod
Adjusts the camera position and target.
Bases:
TUIMethod
Sets the field of view (width and height).
Bases:
TUIMethod
Adjusts the camera position without modifying the target.
Bases:
TUIMethod
Adjusts the camera target without modifying the position.
Bases:
TUIMethod
Sets the camera position.
Bases:
TUIMethod
.
Bases:
TUIMethod
Adjusts the camera up-vector.
Bases:
TUIMethod
Sets the point to be the center of the camera view.
Bases:
TUIMethod
Sets the camera up-vector.
Bases:
TUIMethod
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).