User Tools

Site Tools


rotate_camera_over_time

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rotate_camera_over_time [2017/05/05 15:57] justinrotate_camera_over_time [2017/05/05 16:05] justin
Line 2: Line 2:
 ---- ----
  
-Rotates the camera horizontally and/or vertically by the specified number of degrees over a period of time (in seconds). The angles are relative to the current view. +Rotates the camera horizontally and/or vertically by the specified number of degrees over a period of time (in seconds). The angles are relative to the current view. A positive horizontal angle will rotate the camera to the right and a negative horizontal angle will rotate the camera to the left. Likewise, a positive vertical angle will rotate the camera upwards and a negative vertical angle will rotate the camera downwards.
- +
-<WRAP center round info 100%> +
-A positive horizontal angle will rotate the camera to the right and a negative horizontal angle will rotate the camera to the left. Likewise, a positive vertical angle will rotate the camera upwards and a negative vertical angle will rotate the camera downwards. +
-</WRAP>+
  
 <code python> <code python>
Line 13: Line 9:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|horizonal_angle|Angle by which to rotate the camera left or right (in degrees).|[[Decimal]]|Yes|+|horizontal_angle|Angle by which to rotate the camera left or right (in degrees).|[[Decimal]]|Yes|
 |vertical_angle|Angle by which to rotate the camera up or down (in degrees).|[[Decimal]]|Yes| |vertical_angle|Angle by which to rotate the camera up or down (in degrees).|[[Decimal]]|Yes|
 |duration|Duration of the camera rotation (in seconds).|[[Decimal]]|Yes| |duration|Duration of the camera rotation (in seconds).|[[Decimal]]|Yes|
 +
 +<WRAP center round info 100%>
 +[[Lock Camera]] must be called before using this function to prevent the player from manually controlling the camera.
 +</WRAP>
  
 ====Example:==== ====Example:====
rotate_camera_over_time.txt · Last modified: 2021/04/21 18:48 by justin