AETHERFOLD 4DDownload ↗
← All field notes

OANA RINALDI · FIELD NOTES · 3 MIN READ

What changes when you turn toward W?

A practical guide to moving frames, rotation order and the geometry of a new route.

Fantasy architectural illustration for What changes when you turn toward W?
Original article artwork inspired by Aetherfold’s architecture · AI-enhanced interpretation

A turn chooses two directions

In a flat drawing, rotation mixes horizontal and vertical coordinates. The same operation works in any selected pair of coordinates in four-dimensional space. An active XW rotation uses x′ = x cos θ − w sin θ and w′ = x sin θ + w cos θ, while y and z stay fixed.

The six coordinate-plane choices are XY, XZ, XW, YZ, YW and ZW. A simple XW rotation leaves the entire YZ plane fixed point by point. This is a useful replacement for the familiar idea of a fixed rotation axis in three dimensions.

The player carries a frame

Aetherfold implements turns by rotating the basis of the slice. Think of four mutually perpendicular arrows: three describe visible space and the fourth is its normal. The player’s position anchors the slice. A turn changes the arrows without automatically moving the player to another world position.

local coordinates = Bᵀ(p − o)
visible slice: b₃ · (p − o) = 0

Here o is the slice origin, p is a world point, and B contains the basis arrows as columns. The last arrow, b₃, points away from the visible slice. Because a basis change and an active object rotation are inverse viewpoints, their coordinate equations use opposite signs for the same apparent change. This is a convention, not a disagreement about geometry.

A quarter-turn can reveal a walking direction

Start with the standard frame. After a positive 90° turn in XW, the new local X arrow points along the old world W direction, and the new normal points along negative world X. Walking along local X can now change your world W coordinate. That is how a turn can make an unfamiliar direction accessible through familiar walking controls.

Translation is a different action. It changes the player’s position along an arrow. In later realms, the hidden-direction control moves along the current normal, which may no longer coincide with global W. A useful habit is to reset the frame when you want a clean reference, then make one deliberate turn.

Why the order of turns matters

Try a mathematical example with the vector (1,0,0,0). An active positive 90° XW rotation takes it to (0,0,0,1). A following positive 90° ZW rotation takes it to (0,0,−1,0). Reverse the operations: the initial ZW turn leaves the vector untouched, then XW takes it to (0,0,0,1). Same angles, different result.

To undo a sequence, reverse its order as well as its signs. This matters when a mechanism requires a whole orientation rather than one displayed angle.

Two turns can also be independent

Rotations in XY and ZW act on disjoint coordinate pairs, so their order does not matter. Applying both gives a double rotation. When both angles are nonzero modulo a full turn, no nonzero vector is fixed. The campaign concentrates on XW and ZW; the Observatory exposes all six coordinate planes for free exploration, with puzzle collection paused.

Try it: use the interactive tesseract projection to track one edge through a quarter-turn. Then return to a chamber and distinguish a camera orbit from a change of slice.

Research connection: the geometry report’s treatment of simple and double rotations. Implementation checked against Frame4.Rotate and Aetherfold’s movement controls. These examples describe Euclidean spatial geometry, not relativistic spacetime.