Set Room Perspective

Set Room Perspective is an event in the Rooms Tab that allows the editing of the positions of a room's corners, distorting it and allowing a projection-like view.

Set Room Perspective
Screenshot of the Event Icon Set Room Perspective
TabRooms
TypeSetRoomPerspective
OriginrVersion
ShortcutP

Usage

Properties
Setting Type Description
Bottom-left Corner Position Text Boxes (Numbers) Position X and Y of the bottom-left corner.
Bottom-right Corner Position Text Boxes (Numbers) Position X and Y of the bottom-right corner.
Top-left Corner Position Text Boxes (Numbers) Position X and Y of the top-left corner.
Top-right Corner Position Text Boxes (Numbers) Position X and Y of the top-right corner.
Animation Duration Text Box (Number) Duration of the transition in beats.
Ease Dropdown (Enum) Easing.

Surgery

{ "bar": X, "beat": X, "y": X, "type": "SetRoomPerspective", "cornerPositions": [[0, 0], [100, 0], [0, 100], [100, 100]], "duration": 1, "ease": "Linear" }

cornerPositions (number[][])
4-length array that includes four 2-length arrays of numbers. Each 2-length array is the X and Y coordinates, in percentage, relative to the On Top camera, of a corner. Corners go in order Bottom-Left, Bottom-Right, Top-Left, Top-Right.

duration (number)
Duration of the transition in beats.

ease (enum)
Easing.

History

Trivia