Object >> JBCamController >> JBCamControllerSweeping
Sweeps a camera between two LookTarget actors.
- See JBCamera for details on setting up individual cameras and camera arrays.
- See Implementation for implementation details.
Starting at the LookTarget actor specified by the TagLookTargetLeft property, the camera rotates clockwise about the vertical axis (seen from above) until it looks straight towards the LookTarget actor specified by the TagLookTargetRight property. Then, it waits for TimeWait seconds and sweeps back. The TimeSweep property controls how long the camera takes to sweep between the LookTarget actors.
Relevant Properties
See JBCamController for more relevant properties.
- (JBCamControllerSweeping) name TagLookTargetLeft
(JBCamControllerSweeping) name TagLookTargetRight - Specify the Tag values of two LookTarget actors which mark the left and right end of the camera's sweeping range.
- (JBCamControllerSweeping) float TimeSweep
- Time (in seconds) the camera takes to sweep between the two LookTarget actors.
- (JBCamControllerSweeping) float TimeWait
- Time (in seconds) the camera waits when reaching the edge of its sweeping range before sweeping back.