Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
VR Headsets & How VR WorksLesson 8.1
RTV for Architecture, Planning & Urban Design/Module 8 · VR & Immersive Design Review

Lesson 8.1 · VR & Immersive Design Review

VR Headsets & How VR Works

Two eyes, a tracked head and ninety frames a second - the plumbing that turns a rendered scene into a place your body believes it is standing in

13 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

A monitor shows you a picture of a room. A headset puts you in the room - because it draws a different image for each of your eyes and repaints both the moment you move your head.

The magic of VR is not resolution or graphics. It is a trick played on two systems your brain trusts absolutely: your two eyes see the world from slightly different positions, and your inner ear expects the view to move exactly when your head does. Satisfy both, precisely and fast enough, and your body simply concludes it is standing somewhere it is not.

That is the whole game. A VR headset renders one image per eye to give you depth, and it tracks your head in space so the view answers your motion instantly. Get the timing right - roughly ninety fresh frames every second - and presence arrives. Get it slightly wrong and you feel queasy. This lesson is about that plumbing, because understanding it is what lets you set up VR well in the next lesson and keep it comfortable in the one after.

Depth = two eye images. Presence = head tracking. Comfort = 90fps. The headset shows and tracks; your GPU renders.

Stereoscopy: two eyes, two images, and the depth that follows

Look at a coffee cup and close one eye, then the other. The cup jumps sideways, because each eye sees it from a slightly different position - your eyes sit about 6.3 centimetres apart (the interpupillary distance, or IPD). Your brain fuses those two slightly-different views into a single image and reads the difference between them as depth. This is stereoscopy, and it is the first thing a VR headset does that a monitor cannot.

Inside the headset there are two small displays (or two halves of one panel), one in front of each eye. Unreal renders the scene twice every frame - once from a virtual left eye and once from a virtual right eye, offset by your IPD - and sends each image to the correct display. Because the two renders differ exactly the way your real eyes would differ, your brain fuses them and the building gains true, felt depth: a column is genuinely in front of the wall behind it, a ceiling is genuinely up there. This is why VR reveals scale and proportion that a flat walkthrough only hints at.

Between each display and your eye sits a lens that focuses the close-up panel so it appears comfortably far away, and stretches the image across your vision. That lens distorts the picture, so the engine pre-distorts each eye image in the opposite way (barrel distortion to cancel the lens pincushion) - a step OpenXR and the headset runtime handle for you. The practical upshot for an architect: because the engine is drawing the scene twice, VR costs you roughly double the rendering work of a flat view. That single fact drives almost every performance decision in Module 9. Keep it in mind - it is the price of standing inside the room.

ONE IMAGE PER EYE = DEPTHLeft-eye rendercamera shifted leftRight-eye rendercamera shifted rightIPD ~63 mm apartlensesfocus + warpYour brainfuses = depthTwo renders every frame -> roughly double the pixels of a flat view. That is the price of standing inside the room.
Zoom
How a headset builds depth: the engine renders the scene twice per frame, from a virtual left and right eye offset by your IPD (~63mm). Each image goes through a lens to the matching eye; your brain fuses the pair into felt depth. The cost is roughly double the pixels of a flat view.

One render per eye, offset by ~6.3 cm. Two images -> your brain reads depth. Cost: ~2x the pixels.

Head tracking and 6DoF: the view moves because you moved

Depth alone is not presence. The second, and more powerful, trick is head tracking: the headset knows where your head is and which way it is pointing, and it feeds that pose to Unreal every frame so the virtual camera matches your real head. Turn to look at a window and the window is there. Crouch to check a worktop height and your eyeline drops. Your vestibular system - the balance sensors in your inner ear - expects the world to shift precisely as you move, and when the picture obeys, your body accepts the illusion completely.

Good VR tracks six degrees of freedom (6DoF). Three are rotation - pitch (nod), yaw (shake), roll (tilt) - and three are translation - moving your head left/right, up/down, and forward/back. A cheap phone-in-a-holder or an old headset offers only 3DoF: it knows where you are looking but not that you leaned in, so you cannot physically step around a column. 6DoF is what makes an architectural review real - you lean over a balustrade, duck under a beam, walk up to a joint and put your face next to it. Every headset in this course is 6DoF.

Modern standalone headsets achieve this with inside-out tracking: cameras on the headset itself watch the room and compute your position, so no external sensors are needed (this is how a Meta Quest works out of the box). Older or high-end tethered systems like the original Valve Index use outside-in tracking with base stations mounted in the room - more setup, historically a touch more precise. Either way, the headset also tracks your two hand controllers in 6DoF, which become your pointing, grabbing and teleporting tools in the design review to come.

3DoF vs 6DoF3DoF - LOOK ONLY6DoF - LOOK + MOVEpitch + yaw + rollcannot step or leanrotation + step forward/back,left/right, up/downnot enough for review
Zoom
3DoF versus 6DoF. A 3DoF headset tracks only rotation - pitch, yaw, roll - so you can look around but not move. A 6DoF headset also tracks translation - forward/back, left/right, up/down - so you can step around a column, lean over a rail and duck under a beam. Architectural review needs 6DoF.

3DoF = look around only. 6DoF = look AND step, lean, duck. Architecture needs 6DoF.

Why VR insists on about 90 frames a second

On a monitor, 30fps is watchable and 60fps is smooth. VR is far less forgiving, and the reason is physical rather than aesthetic. When you turn your head, the time between your motion and the matching image reaching your eyes - motion-to-photon latency - must be tiny, ideally under about 20 milliseconds. If the view lags your head even slightly, your inner ear and your eyes disagree, and that sensory conflict is exactly what triggers VR sickness: the cold sweat and nausea that ends a client review early.

To keep latency low and motion smooth, VR headsets run at high, fixed refresh rates - commonly 72, 90 or 120Hz. Ninety hertz has become the comfort benchmark, and it means the engine has about 11 milliseconds to draw both eye images - half the time a 60fps desktop frame gets, for double the pixels. This is the brutal arithmetic of VR performance: you have made the rendering job twice as big and given yourself less than half the time. Miss the budget and frames drop, latency spikes, and comfort collapses.

Headset runtimes defend against the occasional missed frame with reprojection (Meta calls its versions Asynchronous Timewarp and Spacewarp): if a fresh frame is not ready, the runtime re-shifts the last frame to match your latest head pose so the world still tracks your motion. It is a genuine safety net, but a crutch, not a cure - lean on it constantly and you see warping and judder. The honest rule for architectural VR: treat 90fps as a hard floor, not a target, and build the scene so you rarely need reprojection at all. Module 9 (hardware-and-vr-performance) is where you learn to actually hit it; here, just internalise why the number is non-negotiable.

60fps desktop = 16ms per frame. 90fps VR = 11ms for TWO eyes. Half the time, double the work.

The headset landscape: Quest, Index, Vive, Varjo - and OpenXR above them all

You do not need the most expensive headset to do excellent architectural VR, but it helps to know the field. Headsets split first into standalone and tethered. A standalone headset - the Meta Quest family is the dominant example - has its own processor and battery and runs untethered, which makes it superb for taking to a client meeting or a site. Its onboard chip is modest, though, so a heavy Unreal scene usually runs by streaming from a PC over a cable (Quest Link) or Wi-Fi (Air Link), using the PC's graphics card while the Quest acts as the display and tracker. A tethered headset - the Valve Index, HTC Vive family, or the high-end Varjo Aero and XR-4 - stays plugged into a powerful workstation and simply shows what that machine renders.

The differences that matter for archviz are resolution (sharper text and finer detail on the wall), field of view (how much of your vision is filled - the Index and Varjo are wider than most), refresh rate (Index reaches 120/144Hz), and comfort and lens quality. Varjo sits at the top for photoreal fidelity and near retinal-resolution clarity, at a professional price; the Index remains a benchmark for tracking and comfort; the Quest wins overwhelmingly on cost, convenience and the fact that a client can be handed one with no wires.

What frees you from betting on any one device is OpenXR - a royalty-free open standard, backed by the Khronos Group, that sits between your Unreal project and whatever headset is plugged in. You build your VR scene against OpenXR once, and it runs on Quest, Index, Vive, Varjo and future hardware without engine-specific rewrites. This is why the next lesson enables the OpenXR plugin rather than any vendor plugin: you are targeting the standard, not the gadget. For a practice, that means the VR experience you build this year survives the hardware refresh next year.

HEADSETS + OpenXROpenXR - one open standard between your Unreal project and any headsetbuild once, run on all of the belowSTANDALONEMeta Questwireless, portablestreams from PC forheavy scenesbest for on-site pitchTETHEREDIndex / Viveplugged into aworkstation120/144Hz, wide FOVbest for studio reviewHIGH-FIDELITYVarjonear retinal clarityphotoreal fidelityprofessional pricebest for design-criticalChoose the headset for fit, convenience and clarity; your PC GPU renders the scene either way.
Zoom
The headset landscape for archviz. Standalone (Meta Quest) runs untethered and streams heavy scenes from a PC; tethered (Valve Index, HTC Vive, Varjo) stays plugged into a workstation. They differ in resolution, field of view, refresh rate and price - but OpenXR sits above them all, so you build once and run on any.
Concepts, standards & hardware you meet here

Stereoscopy

Rendering a separate image per eye, offset by your IPD, to create felt depth

The core of VR depth perception; it also means the engine draws the scene twice, roughly doubling the rendering cost.

6DoF (six degrees of freedom)

Tracking head rotation AND translation - look, step, lean, duck

What makes architectural review real; 3DoF headsets only track where you look, not that you moved. All course hardware is 6DoF.

OpenXR

A royalty-free open standard between the engine and any headset

Build once against OpenXR and run on Quest, Index, Vive and Varjo without vendor lock-in. The plugin the next lesson enables.

Refresh rate (72/90/120Hz)

How many times per second the headset repaints, fixed by the device

~90Hz is the comfort floor; the engine gets ~11ms to draw both eyes. Miss it and motion-to-photon latency spikes and sickness follows.

Hands-on workshop

Workshop — map the trick your headset is playing

Before you touch Unreal, build a felt understanding of stereoscopy, 6DoF and the frame budget. This is a reasoning-and-observation exercise; a headset helps but is not required.

A browser to research headset specs; optionally any 6DoF VR headset to feel the tracking. No Unreal yet - that begins next lesson.

Given & goal
Goal: understand how a headset produces depth, tracking and comfort
Inputs: any browser; a headset if you have one (Quest, Index or borrowed)
Time: ~30 minutes
  1. 1Do the one-eye test on a real object: close each eye in turn and watch it shift. That shift is the parallax your headset recreates by rendering one image per eye. Write down, in your own words, how two offset images become depth.
  2. 2If you have any 6DoF headset, put it on in a safe cleared space and physically step around a virtual object, then lean in close and duck under something. Note every motion a 3DoF headset could NOT let you do - those are exactly the moves an architectural review needs.
  3. 3Look up the refresh rate and per-eye resolution of three headsets - a Meta Quest, a Valve Index and a Varjo. Make a small table. Which would you take to an on-site client pitch, and which to a high-fidelity studio review, and why?
  4. 4Compute the budget yourself: at 90fps, how many milliseconds does the engine get per frame, and remember it must draw BOTH eyes in that time. Compare it to a 60fps desktop frame. Write one sentence on why VR performance is so much harder.
  5. 5Explain motion-to-photon latency to a friend who has never used VR, using only the inner-ear-versus-eyes idea. If they understand why lag makes people queasy, you have the concept.

You’ll walk away with
A one-page brief that (a) explains stereoscopy and 6DoF in your own words, (b) tabulates three headsets on resolution, refresh rate and tethered/standalone, and (c) states the 90fps frame budget and why it is halved by two eyes.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectImmersive design & client experience

Knowing the plumbing changes what you buy and promise. When a developer asks for a VR walkthrough, you now know the real question is not the headset brand but whether your workstation can push two eye-images at 90fps, and whether a standalone Quest streaming from your PC will do for an on-site pitch. Understanding 6DoF, stereoscopy and the frame budget lets you scope VR honestly instead of over-promising a queasy demo.

For the interior designerWalkable interiors & material studies

Stereoscopy is exactly why VR sells interiors that a moodboard cannot. Real depth and true scale let a client feel a ceiling height, a corridor width or the reach to a high shelf with their body. Because the headset renders your material and light for each eye at full scale, finishes read honestly - and a wireless Quest you can hand across a table makes that experience effortless to share in a meeting.

For the studentReal-time skills, portfolio & archviz jobs

This is the conceptual bedrock recruiters assume you have. Being able to explain motion-to-photon latency, why VR needs ~90fps, and the difference between 3DoF and 6DoF marks you as someone who understands the medium, not just someone who put on a headset once. Learn it now on paper and the hands-on setup in the next lesson - and the performance work in Module 9 - will make immediate sense.

Misconception check

A better VR headset means better graphics - the headset does the rendering, so buy the most powerful one.

For heavy Unreal archviz, the headset is mostly a display and a tracker - the rendering usually happens on your PC's graphics card and is streamed or cabled to the headset. A standalone Meta Quest has its own modest chip, but you rarely run a full-fidelity building on it directly; you stream from a workstation. So the thing that determines whether your scene looks good and runs at 90fps is your GPU and how well the scene is optimised, not the headset's price tag. Headset quality does matter - for resolution, field of view, comfort and lens sharpness - but it does not render your scene for you. Match the workstation to the scene first; choose the headset for fit, convenience and clarity second.
Try it

Do it yourself

No headset needed - reason it through.

  1. 1Why does a VR headset render the scene twice per frame, and what does that cost you?
  2. 2In one sentence, what is the difference between 3DoF and 6DoF, and why does architecture need 6DoF?
  3. 3Roughly how many milliseconds does the engine get to draw both eyes at 90fps?
  4. 4What is motion-to-photon latency, and why does high latency make people sick?
  5. 5Why does enabling the OpenXR plugin, rather than a vendor plugin, protect your work against a hardware change?
Take this with you

The one line to carry out

VR creates presence by rendering one image per eye for depth and updating both the instant your tracked head moves - which only feels right at about 90fps, and only counts as real architectural review at 6DoF. The headset is mostly a display and tracker; your GPU does the work, and OpenXR keeps it portable.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Virtual realityWikipedia, 2026.
  2. 02Head-mounted displayWikipedia, 2026.
  3. 03StereoscopyWikipedia, 2026.
  4. 04Six degrees of freedomWikipedia, 2026.
  5. 05OpenXRWikipedia, 2026.
Related lessons
Recap
A headset produces presence with two tricks: stereoscopy (one rendered image per eye, offset by your IPD, giving true depth) and head tracking (the view answers your motion). Doing both well demands about 90 frames a second so motion-to-photon latency stays low and VR sickness stays away - a brutal budget because you are drawing two eyes in half a desktop frame's time. 6DoF tracking is what makes review real; headsets range from wireless standalone Quests to tethered Index and high-fidelity Varjo; and OpenXR abstracts them all so you build once.
Carry forward →

Now that you understand what a headset is doing, we open Unreal and make it happen: enabling the OpenXR plugin, starting from the VR template, meeting the VR Pawn, and getting your building running on a headset.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →