Skip to content

Camera Transitions Research v1.0 Release

Latest
Compare
Choose a tag to compare
@BarcinoLechiguino BarcinoLechiguino released this 31 Mar 04:13
· 40 commits to master since this release

This is the v1.0 release of the Camera Transitions Research.

A functional scene and transition system has been implemented.

The project contains 8 different transitions, including fades, wipes and zoom, all of which can be interpolated linearly and non-linearly as well as be modified to some degree. (Ex: Wipe can transition from all sides of the screen)

Key bindings to test the project:

  • LEFT CLICK: Move the camera to the mouse position.

  • RIGHT CLICK: Zoom to the mouse position transition to the next scene.

  • 1 Key: Cut Transition

  • 2 Key: Fade In / Fade Out Transition.

  • 3 Key: Horizontal Slide Transition.

  • 4 Key: Vertical Slide Transition.

  • 5 Key: Horizontal Wipe Transition.

  • 6 Key: Vertical Wipe Transition.

  • 7 Key: Alternating Bars Transition.

  • 8 Key: Expanding Bars Transition.

  • Disclaimer: All transitions starting from the Horizontal Slide Transition behave differently depending from which scene is being transitioned to:

    • All "Horizontal" Methods:

      • Transitioning from the first scene: Transition from Left to Right.
      • Transitioning from the second scene: Transition from Right to Left.
    • All "Vertical" Methods:

      • Transitioning from the first scene: Transition from Top to Bottom.

      • Transitioning from the second scene: Transition from Bottom to Top.

    • Both "Bars" Methods:

      • Transitioning from the first scene: Horizontal Bars.
      • Transitioning from the second scene: Vertical Bars.