Studio Matrx Monthly · Volume 1 · Issue 2 · July 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
A close-up flat-lay of real interior material samples — stone, timber, brushed metal and fabric — showing their true colour and surface texture
Unit IIIComputer Graphics

Textures & Materials

A JPEG is not a material — and real-world scale is everything

Two ideas separate a believable render from an amateur one. First, a texture is not a material: a texture is a single bitmap, while a modern material is a physically-based set of maps — colour, roughness, metalness, relief. Second, a texture must be mapped at its true real-world size: a 600 mm tile must read as 600 mm, because wrong scale is the single commonest tell of an inexperienced render. This unit teaches both, and the fixes for tiling and seams.

Learning objectives

By the end of this lesson, you will be able to — mapped to the course outcomes for Computer Graphics:

1
CO3 · Understand

Distinguish a texture (a bitmap) from a material (a full PBR set of maps), and name the maps.

2
CO3 · Apply

Map a texture at its true real-world scale, and recognise wrong scale as the commonest amateur tell.

3
CO3 · Analyse

Diagnose tiling and seam failures, and name the fixes (seamless textures, variation, triplanar).

A JPEG is not a material

Texture vs material

A texture is one image; a material is a full PBR set of maps — albedo, roughness, metalness, normal, height, ambient occlusion. Miss the roughness and polished marble reads as chalk; the albedo must carry pure colour with no baked-in light.[1]

Texture ≠ Material TEXTURE = one image a single flat JPEG swatch albedo roughness normal height + AO MATERIAL = a PBR set a JPEG of wood = a wood material
DiagramA single flat JPEG swatch labelled texture beside a stack of maps forming a real material, noting a JPEG of wood is not a wood material
The PBR maps albedo roughness metalness normal height AO combine one shaded material each map controls ONE physical property albedo = pure colour, with NO baked-in light or shadow
DiagramThe PBR maps as labelled chips - albedo, roughness, metalness, normal, height, AO - combining into one shaded material

One is an image, one is a description

A TEXTURE is a single image — a bitmap (JPEG/PNG). A MATERIAL is the complete physical description of a surface: how it reflects, scatters and transmits light. A colour photo of wood is ONE input to a wood material — it is not the material. 'A JPEG of wood is a wood material' is a MYTH: with no roughness it cannot reflect correctly, with no normal/height it has no grain relief, and it reads as a photo glued to a flat plane.[1]

The amateur tell

Real-world scale

Map every texture at its true physical size — a 600 mm tile reading as 600 mm. Too big looks cartoonish, too small looks busy and fake. And an obvious repeating grid is a tiling failure with real fixes.[2]

Map at true real-world size 2000 mm door 600 mm reads 600 mm cartoonishly giant tiles a 600 mm tile must read 600 mm on the wall wrong scale = the #1 amateur tell
DiagramA wall with a door for reference tiled correctly at true size beside the same wall with cartoonishly giant tiles struck out
Kill the tiling seam obvious repeat varied, seamless fix: seamless texture + variation / triplanar not just tiling the same image more
DiagramA floor with an obvious repeating identical feature struck out beside a varied seamless one, noting seamless plus variation or triplanar

The single commonest amateur tell

A texture has no inherent size — the software must be told how big it is in the scene. A material must be mapped at its TRUE real-world dimension: a 600 mm floor tile must measure 600 mm in the model. Get this wrong and the render screams 'novice'. Too large and it looks cartoonish; too small and it looks busy and fake. This is THE single most common tell of an inexperienced render.[2]

Try the texture-scale explorer

See the scale

Map the same 600 mm tile too small, correct, and too large against a fixed 2000 mm door, and watch the wall read believable or amateur. Only the true real-world scale sits right in the space.

Texture-scale explorer · a 600 mm tile against a 2000 mm door

door 2000 mm

The door is a fixed 2000 mm · only the tile mapping changes

Correct — true 600 mm

Reads right

The tile is mapped to its true real-world size: about three tiles to the 2000 mm door height. It sits believably in the space regardless of the camera. This is the only honest setting.

Wrong real-world scale is the single commonest tell of a novice render — too big reads cartoonish, too small reads busy and fake. Map the material to its true size.

Fact vs folklore

At a glance

AspectThe factThe folklore
A textureA single bitmap imageThe whole material
A materialA PBR set of maps (albedo, roughness, metalness, normal, height, AO)A JPEG of the surface
The albedo mapPure colour with no baked-in light or shadowA photo with its lighting baked in
Texture scaleMapped at true real-world size (a 600 mm tile reads 600 mm)Whatever fills the surface
Fixing a too-big textureCorrect real-world scale + variation / triplanarJust crank the tiling number up
Any photo as a tileOnly wraps if authored seamlessTiles seamlessly by default
Vocabulary

Key terms

Texture

A single bitmap image (JPEG/PNG) — one input to a material, not the material itself.

PBR material

A Physically-Based Rendering material: a coordinated set of maps (albedo, roughness, metalness, normal, height, ambient occlusion) that describe how a surface responds to light.

Albedo (base colour)

The pure surface colour with NO baked-in light, shadow or highlight — the render supplies the light, not the texture.

Roughness / normal map

Roughness = how sharp or blurred reflections are; normal = fakes fine surface relief (grain, grout) without adding geometry.

Real-world scale

Mapping a texture to its true physical size so a 600 mm tile reads as 600 mm — wrong scale is the commonest amateur render tell.

Triplanar mapping

Projecting a texture along the three world axes to kill UV seams and stretching on complex geometry — a fix for tiling failures.

Apply it

Study task

Take one surface in a model — a tiled floor, a timber wall, a stone bench — and set up its material honestly. Find or note the real-world size of the actual material (a 600 mm tile, a 150 mm plank) and map the texture to that exact size, checking it against a known reference like a 2000 mm door. Then list which PBR maps the material needs beyond the colour photo (roughness, normal, and so on) and what each one fixes. Finally, spot a repeating-grid or seam problem and name the correct fix (seamless texture, variation, or triplanar) rather than just cranking the tiling. Mapping to true scale, every time, is the difference this unit is teaching.

Check your understanding

Self-assessment

1. Why is a JPEG of wood not a wood material?

2. What is the single commonest tell of an amateur render?

3. What should the albedo (base colour) map contain?

4. How do you really fix a texture that shows an obvious repeating grid?

In a nutshell

Recap

A texture is a single bitmap; a MATERIAL is a full PBR set of maps (albedo, roughness, metalness, normal, height, ambient occlusion).
The albedo map must carry pure colour with no baked-in light — the render supplies the light; a JPEG alone is not a material.
Map every texture at its true real-world size — a 600 mm tile reads as 600 mm; wrong scale is the commonest amateur tell.
Visible seams and an obvious repeating grid are UV/tiling failures; cranking the tiling number just swaps one error for another.
The real fixes are seamless textures, randomised variation, and triplanar mapping — plus correct real-world scale.
The evidence

References & further reading

  1. [1]Chaos, 'What Is PBR? A Complete Guide'; Adobe Substance 3D, 'The PBR Guide'; the metallic/roughness map set. https://blog.chaos.com/what-is-pbr-physically-based-rendering-a-complete-guide
  2. [2]UV mapping, real-world scale, seamless tiling and triplanar mapping references (garagefarm; V-Ray Triplanar). https://garagefarm.net/blog/understanding-uv-mapping-in-3d-texturing

Further reading

  • Adobe Substance 3D, The PBR Guide (Parts 1 & 2).
  • Matt Pharr, Wenzel Jakob & Greg Humphreys, Physically Based Rendering: From Theory to Implementation (pbr-book.org).

Sources gathered and fact-checked June 2026. Published values vary by source, sample and method — treat as indicative and confirm against the cited standard before structural use.

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 →