Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Glass, Metal & Architectural SurfacesLesson 3.4

Lesson 3.4 · Materials & PBR

Glass, Metal & Architectural Surfaces

Transparency, refraction, mirrors and metal - the surfaces where real-time makes its hardest, most visible trade-offs

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

Everything reads fine until you add glass and metal - the two surfaces that show exactly where real-time is faking it.

Concrete, plaster, brick and timber are forgiving: get their PBR values roughly right and they look convincing under almost any light. Then you add a window, a mirror, a run of brushed steel or a still pool - and suddenly the scene either sings or falls apart. Reflective and transparent architectural surfaces are where real-time rendering earns or loses its realism, because they depend on the very things a real-time engine approximates hardest: bouncing light, seeing through and into surfaces, and mirroring the world.

This lesson is about those hard surfaces. What glass really needs and why refraction is expensive; why metal is more forgiving than it looks; how mirrors work and what they cost; and the honest trade-offs - translucency versus opacity, quality versus frame budget - that decide whether a reflective surface stays believable at ninety frames a second in VR.

Glass and metal are the truth-tellers: they show exactly where real-time is approximating. Budget them on purpose.

Glass: transparency, opacity and the translucency cost

Glass is the surface architects care about most and the one real-time handles most awkwardly. The first decision is the material's blend mode. An opaque material (the default, cheapest) lets no light through. For glass you need light to pass, which means either a translucent blend mode or, for simple cases, dithered/masked opacity. Translucency is what gives true see-through glass with tinting and falloff - but it is markedly more expensive than opaque, and it interacts awkwardly with some real-time lighting and sorting, which is the core trade-off of the lesson.

Good architectural glass is usually less transparent than beginners make it. Real glazing has a subtle tint, visible reflections (the sky and interior reflected in it), a slight roughness, and Fresnel behaviour - it becomes more mirror-like at grazing angles. A pane set to near-invisible clear looks less real than one with believable reflections and a faint green-blue tint. So the craft is balancing transparency against reflection, not maximising see-through.

Refraction - light bending as it passes through glass, so the view behind is displaced - adds realism to thick glass, water and lenses, but it is one of the most expensive and finicky things in real-time. For thin architectural glazing you often deliberately skip refraction (a window pane barely refracts anyway) to save cost and avoid artefacts, and reserve it for thick features where it genuinely reads. This is a place to spend the budget deliberately: know that refraction is costly, and use it only where the eye demands it.

WHAT MAKES GLASS READ REALa single pane, up closetint (green-blue)reflection of skyslight roughnesstransparencyFresnel at edgesrefraction:costly, thick glass only
Zoom
What convincing real-time glass is actually made of. Transparency is only one part - a believable pane also carries a faint tint, visible reflections of sky and interior, a slight roughness, and Fresnel that makes it more mirror-like at grazing angles. Refraction is an expensive extra reserved for thick glass.

Real glass = tint + reflection + Fresnel + faint roughness. Near-invisible clear looks LESS real, not more.

Metal: more forgiving than its reputation

After glass, metal feels intimidating - but it is actually one of the more forgiving hard surfaces, because PBR handles it cleanly once you respect two rules. First, metallic = 1 for raw metal, always (recall lesson 3.1); the moment it is painted or coated it becomes a dielectric at metallic 0. Second, a metal's character lives almost entirely in its roughness: polished chrome is roughness near 0 (a sharp mirror), satin steel around 0.3, brushed aluminium higher and directional, a weathered zinc roof higher still and broken up with variation.

The interesting case is brushed metal, where the tiny grooves run one way, so the highlight streaks along the brush direction rather than forming a round spot. This is anisotropic reflection, and Unreal supports it with an anisotropy input plus a tangent direction. You do not always need true anisotropy - a good directional roughness or normal map fakes brushed steel convincingly for most archviz - but knowing the effect exists tells you why brushed metal looks different from merely rough metal, and when to reach for the real thing (a hero stainless balustrade the camera runs along).

What metal genuinely depends on is something to reflect. A metal surface is mostly a reflection of its surroundings, so a polished balustrade in an empty grey void looks dead - it needs a real environment, an HDRI sky or reflection sources to mirror. This is why metals come alive only once your lighting and environment (Modules 4 and 5) are in place, and why judging a metal material in isolation is a mistake. Give it a world to reflect and the same material transforms.

SURFACE MAP: METALLIC vs ROUGHNESSroughness 0.0 (mirror) -> 1.0 (matte)metallic 0 -> 1mirror / chrome (metal, glossy)polished metalbrushed metal (anisotropic)clear glass (dielectric, reflective)sealed wood flooroiled wood concretelow-roughness surfaces need good reflections; metals need a real environment to reflect
Zoom
A quick reference for the hard architectural surfaces, placed by metallic (0 or 1) and roughness. Glass and mirror sit at low roughness and demand reflections; brushed and polished metal sit at metallic 1; concrete and wood are cheap opaque dielectrics that reward roughness and normal detail.

Mirrors and reflections: three techniques, three costs

Reflections are where real-time makes its most visible compromises, and understanding the three main techniques tells you what any reflective surface will actually show. In rough order of cost and quality:

Reflection Captures are cheap, pre-computed probes that store a low-resolution snapshot of the surroundings from a point. They give plausible ambient reflection on most surfaces for almost no runtime cost, but they are static and low-detail - fine for a satin worktop, wrong for a true mirror. Screen Space Reflections (SSR) reflect what is currently on screen, in real time - good and dynamic, but they can only reflect what the camera can already see, so objects off-screen or behind the viewer simply vanish from the reflection, producing tell-tale cut-offs. Lumen reflections (UE5) are the modern answer: Lumen extends its global-illumination system to produce high-quality, dynamic reflections that handle off-screen detail far better, at higher cost - and they are what make real-time archviz reflections finally convincing.

A true, sharp mirror is the demanding case: it needs to reflect the full scene accurately, which is expensive. Lumen high-quality reflections or, for a hero mirror, a dedicated Planar Reflection (which effectively re-renders the scene for that surface - costly, use sparingly) get you there. The practical lesson is to match the technique to the surface: reflection captures for dull reflective surfaces, Lumen for the glossy ones that matter, and a planar reflection only for the one hero mirror that justifies re-rendering the scene. Spraying expensive mirror-quality reflections everywhere is how a scene drops out of VR frame rate.

SURFACE MAP: METALLIC vs ROUGHNESSroughness 0.0 (mirror) -> 1.0 (matte)metallic 0 -> 1mirror / chrome (metal, glossy)polished metalbrushed metal (anisotropic)clear glass (dielectric, reflective)sealed wood flooroiled wood concretelow-roughness surfaces need good reflections; metals need a real environment to reflect
Zoom
A quick reference for the hard architectural surfaces, placed by metallic (0 or 1) and roughness. Glass and mirror sit at low roughness and demand reflections; brushed and polished metal sit at metallic 1; concrete and wood are cheap opaque dielectrics that reward roughness and normal detail.

Concrete, wood and the honest bread-and-butter surfaces

It is worth returning from the glamorous surfaces to the ones that make up most of a building, because they are where correct PBR pays off most reliably. Concrete is a masterclass in roughness and normal detail: it is a dielectric (metallic 0), fairly rough (0.7-0.9), and lives or dies on subtle variation - the faint sheen where it has been polished, the roughness change where it is stained, the normal-mapped board-form texture or aggregate. Flat, uniform concrete is the fastest tell of a lazy scene; broken-up concrete is deeply convincing and cheap to render.

Wood rewards the same care: a dielectric with a roughness that varies between a sealed gloss floor (low) and an oiled matte tabletop (higher), a strong normal map for grain, and often a subtle anisotropy or directional highlight along the grain that lifts it. The base-color texture carries the timber's figure; roughness carries whether it is polished or raw; the normal carries the grain you feel. Get those three honest and wood is one of the most satisfying surfaces in archviz.

The throughline is that these everyday surfaces are cheap and forgiving - opaque, no refraction, standard reflections - and they benefit enormously from the fundamentals of this whole module: correct PBR values (3.1), a clean instanced material (3.2), and true real-world texture scale (3.3). Spend your exotic-surface budget - translucency, anisotropy, planar mirrors - only where glass and hero metal genuinely demand it, and keep the bulk of the building on solid, efficient opaque materials. That balance is what keeps a richly-detailed scene comfortably interactive, in a flat walkthrough and especially in VR.

Most of a building is cheap opaque surfaces done well. Spend the exotic budget only on glass and hero metal.

Budgeting the hard surfaces for real-time and VR

Pulling the module together: reflective and transparent surfaces are where realism and performance most directly collide, so they demand deliberate budgeting - never more true than in VR, where you render the whole frame twice and cannot afford a surface that halves your frame rate. A few honest rules keep you safe.

Translucency is expensive; use it where glass truly needs it and prefer opaque everywhere else. A whole facade of true translucent glass will cost you; often a well-reflective, slightly-tinted glass with reflections doing the work, and refraction switched off, reads beautifully for far less. Refraction is a luxury - reserve it for thick glass, water and lenses, not every pane. Match the reflection technique to the surface - captures for dull, Lumen for glossy heroes, planar for the single mirror that earns it. Give metals and glass a real environment to reflect, or they look dead no matter how well authored.

And remember the honest limit from Module 0: real-time approximates these effects. A single uncompromising hero still of a glass tower at golden hour may still be worth an offline render where accuracy beats interactivity. But for the walkthrough, the client review and the VR walk - the things this course exists for - well-judged real-time glass and metal are now genuinely convincing, provided you spend the budget where the eye looks and keep the rest of the building on efficient opaque materials. That judgement - what to splurge on, what to keep cheap - is the real skill this module has been building toward.

WHAT MAKES GLASS READ REALa single pane, up closetint (green-blue)reflection of skyslight roughnesstransparencyFresnel at edgesrefraction:costly, thick glass only
Zoom
What convincing real-time glass is actually made of. Transparency is only one part - a believable pane also carries a faint tint, visible reflections of sky and interior, a slight roughness, and Fresnel that makes it more mirror-like at grazing angles. Refraction is an expensive extra reserved for thick glass.
Reflective and transparent surface tools

Translucent blend mode

Material setting that lets light pass through

Gives true see-through glass with tint and falloff, but is markedly more expensive than opaque and interacts awkwardly with some lighting.

Refraction

Light bending as it passes through a surface

Adds realism to thick glass, water and lenses; costly and artefact-prone, so often skipped for thin architectural panes.

Lumen reflections

UE5 dynamic, high-quality reflections

Handle off-screen detail far better than screen-space reflections, at higher cost. What makes real-time archviz reflections convincing.

Screen Space Reflections (SSR)

Reflect what is currently on screen, in real time

Cheap and dynamic but can only reflect visible geometry - off-screen objects vanish, causing tell-tale cut-offs.

Reflection Capture / Planar Reflection

Pre-computed probe versus scene re-render

Captures are cheap and static for dull surfaces; a planar reflection re-renders the scene for a true hero mirror - use sparingly.

Anisotropy

Directional highlight for brushed metal

Streaks the highlight along the brush direction; often faked with directional roughness, used for real on hero metal surfaces.

Hands-on workshop

Workshop — build convincing glass and brushed metal

The module's capstone: author the two hardest architectural surfaces and, crucially, judge them against a real lit environment - because glass and metal are meaningless in a grey void.

Unreal Engine 5, a lit scene or HDRI, and simple window and rail meshes. Lumen reflections require UE5; compare against reflection captures to feel the difference.

Given & goal
Goal: a believable window and a brushed-metal rail, judged in context
Inputs: Unreal Engine 5 with a lit scene or an HDRI sky; a simple window and a rail or handrail mesh
Time: ~50 minutes
  1. 1Set up a simple lit scene - an HDRI sky (Module 4 goes deeper) or a basic sun and sky - with some interior objects, so your reflective surfaces have a real world to reflect. Judge everything here, never in an empty void.
  2. 2Build a glass material: set the blend mode to Translucent, give it a faint green-blue tint, a low but non-zero roughness, and lean on reflections rather than pure transparency. Leave refraction off first; add a little only if the glass is thick, and watch the cost and any artefacts.
  3. 3Build a brushed-metal material: metallic 1, roughness around 0.3-0.4, and a directional normal or anisotropy so the highlight streaks along the brush direction. Apply it to the rail and rotate it in the light to confirm the streaked highlight reads.
  4. 4Experiment with reflection techniques: compare how the metal and glass look with reflection captures alone versus with Lumen reflections enabled. Note the quality jump and think about the cost - would this hold at 90fps in VR?
  5. 5Stress-test honestly: multiply the glass across a whole facade and watch the frame time. Decide where you would keep true translucency, where a cheaper tinted glass would do, and where a single planar mirror is worth it versus Lumen everywhere.

You’ll walk away with
A believable glass and a brushed-metal material shown on real objects in a lit scene, plus a short note on your budgeting choices - where you spent translucency, refraction and reflection quality, and where you kept it cheap.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectImmersive design & client experience

Glass and metal are exactly the surfaces your architecture is often judged on - the curtain wall, the balustrade, the polished lobby floor - so they are worth getting right. Understand that real-time glass is a balance of tint, reflection and Fresnel rather than pure transparency, and that a facade of true refractive glass is a performance choice, not a free default. Knowing where real-time approximates lets you decide honestly when a hero glazing shot wants an offline render instead.

For the interior designerWalkable interiors & material studies

Reflective and transparent finishes - mirror, glass, polished stone, satin metal, lacquer - are signature interior moves, and each carries a different real-time cost. Learn which reflection technique suits which surface and you can present a mirrored feature wall or a glossy island convincingly without tanking the walkthrough's smoothness. And because metals and glass only come alive against a real lit environment, this is where your material choices and your lighting finally have to be judged together, as a client will judge the room.

For the studentReal-time skills, portfolio & archviz jobs

Convincing glass and metal are what make a portfolio piece look professional rather than flat. These are the surfaces recruiters notice, and getting them right means understanding the trade-offs - translucency cost, reflection techniques, anisotropy - not just dragging a preset. Practise a believable window and a brushed-steel rail against a real HDRI environment; being able to explain why you chose Lumen reflections over a planar mirror, and where you saved cost, is exactly the judgement studios hire for.

Misconception check

To make glass look realistic I should make it as clear and transparent as possible, so you can see straight through it.

Near-invisible glass almost always looks less real, not more. Real architectural glazing is defined as much by what it reflects and tints as by what it lets through: it carries a faint green-blue tint, mirrors the sky and interior, has a slight roughness, and follows Fresnel behaviour so it turns increasingly mirror-like at grazing angles. Strip all that away in pursuit of pure transparency and you get a flat, characterless pane that reads as a hole in the wall rather than glass. The convincing move is to balance transparency against reflection and tint - often letting reflection do most of the work - and to add refraction only where the glass is genuinely thick. It is also the cheaper path: true translucency and refraction are expensive in real-time, so leaning on reflections and a subtle tint gives you both a more believable window and a lighter one, which matters enormously when the scene has to hold ninety frames a second in VR.
Try it

Do it yourself

Reason through the hard surfaces.

  1. 1Why does near-invisible clear glass usually look less realistic than tinted, reflective glass?
  2. 2What single channel carries most of a metal's character, and what is its value range from chrome to weathered zinc?
  3. 3Explain the main limitation of Screen Space Reflections in one sentence.
  4. 4When is refraction worth its cost, and when should you skip it?
  5. 5Why does a polished metal surface look dead in an empty grey scene?
Take this with you

The one line to carry out

Glass and metal are where real-time makes its hardest, most visible trade-offs - so budget them deliberately: balance glass with tint and reflection rather than pure transparency, let roughness carry metal, match the reflection technique to the surface, and always judge them against a real lit environment. Keep the rest of the building cheap and opaque.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Physically based renderingWikipedia, 2026.
  2. 02Specular highlightWikipedia, 2026.
  3. 03Ray tracing (graphics)Wikipedia, 2026.
  4. 04Lumen global illumination and reflections in Unreal EngineEpic Games, 2026.
Related lessons
Recap
Reflective and transparent surfaces are where real-time realism and performance collide most sharply. Glass is a balance of tint, reflection, Fresnel and slight roughness, with translucency and refraction as expensive tools used deliberately. Metal lives in its roughness and needs a real environment to reflect, with brushed metal using anisotropy. Reflections come in three tiers - cheap captures, dynamic SSR, high-quality Lumen - matched to the surface, with planar mirrors reserved for a hero. Concrete and wood stay cheap and forgiving, and good budgeting keeps the whole scene interactive, especially in VR.
Carry forward →

You have now built the full material skillset: correct PBR, an efficient master-and-instance workflow, true-scale textures, and the hard reflective surfaces. Materials, though, only come fully alive under light - so the next module turns to lighting the scene with Lumen, where these surfaces finally show what they can do.

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 →