This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:rplcamtweenlookat [2021/01/08 16:01] – created - external edit 127.0.0.1 | 4rpl:commands:rplcamtweenlookat [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
<code 4rpl> | <code 4rpl> | ||
RPLCamTweenLookAt(V3(40 20 30) V3(40 0 60) 0.6) | RPLCamTweenLookAt(V3(40 20 30) V3(40 0 60) 0.6) | ||
+ | </ | ||
+ | <code 4rpl> | ||
+ | RPLCamCopyPosAndRot #So when RPLCam is activated, we say the current camera is how the RPL cam should start as. | ||
+ | SetRPLCam(true) | ||
+ | RPLCamTweenLookAt(V3(40 20 30) V3(40 0 60) 5.0) #Have the RPLCam move to this position and look downwards, facing North. | ||
</ | </ | ||
< | < | ||