Upside down camera

You can make the camera rotate upside down to create a special effect. This is useful in some specific cases.

Step 1

Create a new cinematic using the command:

/cinema studio cinematic new upside_down_example

Step 2

Follow the steps of Simple cinematic tutorial to add two camera nodes.

Step 3

Close the timeline GUI (press ESC) and open the cinematic file using VSCode.

Step 4

Change the cameras mode to B. Change the cameras x rotation to -180.0.

For example:

Step 5

Play the cinematic using the command: /cinema play upside_down_example

Done!

Here is the complete example cinematic file:

Last updated