This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
4rpl:commands:rplcamtweenlookat [2023/08/23 15:49] – Provided advanced example Vertu | 4rpl:commands:rplcamtweenlookat [2024/07/04 02:03] (current) – [Examples] Improved advanced example Vertu | ||
---|---|---|---|
Line 13: | Line 13: | ||
</ | </ | ||
<code 4rpl> | <code 4rpl> | ||
- | GetCameraPosition -> | + | RPLCamCopyPosAndRot #So when RPLCam is activated, we say the current camera is how the RPL cam should start as. |
- | GetCameraRotation -> | + | |
SetRPLCam(true) | SetRPLCam(true) | ||
- | SetRPLCamPosition(< | + | RPLCamTweenLookAt(V3(40 20 30) V3(40 0 60) 5.0) #Have the RPLCam move to this position and look downwards, facing North. |
- | SetRPLCamRotation(< | + | |
- | + | ||
- | RPLCamTweenLookAt(V3(40 20 30) V3(40 0 60) 5.0) | + | |
</ | </ | ||
< | < | ||