User Tools

Site Tools


4rpl:commands:rplcamtween

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
4rpl:commands:rplcamtween [2024/07/02 00:35] – [Description] Clarified text durikkan4rpl:commands:rplcamtween [2024/07/04 02:01] (current) – [Examples] Improved advanced example Vertu
Line 17: Line 17:
 </code> </code>
 <code 4rpl> <code 4rpl>
-GetCameraPosition ->cameraPos +RPLCamCopyPosAndRot #So when RPLCam is activated, we say the current camera is how the RPL cam should start as.
-GetCameraRotation ->cameraRot +
 SetRPLCam(true) SetRPLCam(true)
-SetRPLCamPosition(<-cameraPos) #So the camera isn't sitting at 0,0,0. +RPLCamTween(V3(40 20 30) V3(40 0 0) 1.5) #Have the RPLCam move to this position and rotate to this rotation.
-SetRPLCamRotation(<-cameraRot) #So the camera isn't oriented as 0,0,0. +
- +
-RPLCamTween(V3(40 20 30) V3(40 0 0) 1.5)+
 </code> </code>
 <=[[4rpl:start| Index]] <=[[4rpl:start| Index]]
  
4rpl/commands/rplcamtween.txt · Last modified: 2024/07/04 02:01 by Vertu