This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:rplcamtween [2024/07/02 04:35] – [Description] Clarified text durikkan | 4rpl:commands:rplcamtween [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| </ | </ | ||
| <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(< | + | RPLCamTween(V3(40 20 30) V3(40 0 0) 1.5) #Have the RPLCam move to this position and rotate to this rotation. |
| - | SetRPLCamRotation(< | + | |
| - | + | ||
| - | RPLCamTween(V3(40 20 30) V3(40 0 0) 1.5) | + | |
| </ | </ | ||
| < | < | ||