This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
move_camera_over_time [2017/11/28 18:16] justin |
move_camera_over_time [2018/03/16 09:46] (current) justin |
||
---|---|---|---|
Line 4: | Line 4: | ||
Moves the camera to the specified (X,Y,Z) [[coordinate]] or named [[camera_positions|camera position]] over a duration of time (in seconds). A target to aim the camera towards can optionally be specified. If using a [[camera_positions|camera position]] for the destination, this "look at target" will override the angle. | Moves the camera to the specified (X,Y,Z) [[coordinate]] or named [[camera_positions|camera position]] over a duration of time (in seconds). A target to aim the camera towards can optionally be specified. If using a [[camera_positions|camera position]] for the destination, this "look at target" will override the angle. | ||
+ | ====Signature:==== | ||
<code python> | <code python> | ||
move_camera_over_time(destination, duration, look_at_target) | move_camera_over_time(destination, duration, look_at_target) |