Set Room Perspective

Revision as of 20:01, 9 February 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Set Room Perspective | image = File:EditorSetRoomPerspective.png | tablocation = Rooms | eventtype = SetRoomPerspective | versionorigin = r<code>Version</code> | shortcut = M }} '''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. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Bottom-l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
ShortcutM

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