Texture
What is Texture?
A texture is an image wrapped around a 3D model to give it colour, material detail, and surface properties: turning a plain grey shape into a convincing brick wall, wooden table, or human face.
At a glance
- Also known as
- Texture mapSurface mapSkin (informal)
- Used for
- 3D model surfacingGame asset productionVFXVirtual productionProduct visualisation
- Common tools
- Substance 3D painterPhotoshopBlenderQuixel mixerAI texture generatorsUnreal engine
- Related terms
- Physically based rendering (PBR)Game art pipelineConcept to game-readyUV mappingNormal map
Ready to create?
Direct scenes, design characters, and ship full films
All-in-one AI creative platform with simple, transparent pricing, no speed throttles, and an infinite Canvas for max creativity.
How it compares
Geometry defines the actual three-dimensional shape of a model through its polygon structure. Textures define the visual appearance of that shape's surface: its colour, material properties, and the illusion of fine detail. Increasing geometric detail improves the accuracy of the model's silhouette and large-scale forms; adding texture detail improves the surface appearance without changing the underlying shape.
Think of it like…
Texturing a 3D model is like gift-wrapping a cardboard box: the box itself provides the shape, but the wrapping paper is what gives it its colour, pattern, and surface character. The quality and detail of the wrapping transforms a plain geometric shape into something visually convincing.
Pro tip
When using AI tools to generate textures for 3D assets, always check that the albedo map contains no baked-in lighting or shadows: true PBR albedo maps should show only flat material colour, with any shading effects handled by the rendering engine rather than painted into the texture itself.
Types and variations
- Diffuse or albedo maps store the base colour of a surface.
- Normal maps encode surface geometry as directional data encoded in RGB values, creating the illusion of three-dimensional detail on a flat polygon.
- Roughness maps define how smooth or rough a surface is, affecting the spread of reflections.
- Metallic maps distinguish metallic from non-metallic areas.
- Specular maps define the colour and intensity of highlights on surfaces in older or specular-workflow pipelines.
- Height or displacement maps store elevation information that can physically displace the mesh geometry during rendering, producing genuine geometric detail rather than an illusion.
- Emissive maps define areas of a surface that glow or emit light independently of the scene's lighting.
- Ambient occlusion maps approximate contact shadows and crevice darkening, adding depth to surface junctions.
Ready to make your first scene in Morphic?
Try MorphicCommon use cases
- Textures are required for virtually every 3D asset produced for games, film, animation, virtual production, product visualisation, and architectural rendering.
- Game art pipelines involve producing and reviewing hundreds or thousands of texture map sets across all assets in a production.
- AI texture generation tools allow creators to produce PBR-ready map sets from text prompts or reference images, dramatically accelerating the asset creation process for indie developers, AI filmmakers, and small studios.
- Texture libraries such as Quixel Megascans provide scan-based, photorealistic texture sets that can be applied directly to game assets or used as reference and starting points for custom texture work.
Ready to create?
Direct scenes, design characters, and ship full films
All-in-one AI creative platform with simple, transparent pricing, no speed throttles, and an infinite Canvas for max creativity.
FAQs
UV unwrapping unfolds a 3D mesh into a flat two-dimensional layout so that a texture image can be mapped precisely onto the model's surface. Good UV work minimises distortion and stretching where the texture meets the mesh, and organises the UV layout efficiently to make the best use of texture resolution. Poor UVs result in visible texture distortion, seams, and uneven detail density across the model.
Texture resolution depends on the asset's size and visual importance in the scene. Hero characters and central props typically use 2K (2048×2048) or 4K (4096×4096) textures. Background objects, small props, and tiled environment materials can work effectively at 1K or even 512 pixels. Exceeding the necessary resolution wastes memory and can harm performance without a visible quality benefit at typical viewing distances.
Yes. AI texture generation tools can produce complete PBR map sets including albedo, normal, roughness, metallic, and ambient occlusion maps from text descriptions or reference images. The quality of AI-generated textures has improved significantly and can reach production-usable standards for many asset types, particularly tiling surface materials.
A tiling texture is designed so that its edges join seamlessly when repeated across a surface: the right edge of the image connects invisibly to the left edge, and the top to the bottom. Tiling textures are essential for large surfaces like floors, walls, and terrain where applying a single large unique texture would be wasteful and impractical.
Both normal maps and bump maps create the illusion of surface detail without adding polygons. A bump map uses a greyscale height value to approximate surface elevation. A normal map stores full three-dimensional surface orientation data in the RGB channels, producing significantly more accurate lighting and highlight behaviour, particularly at glancing angles. Normal maps have largely replaced bump maps in modern production pipelines.
Texture baking is the process of calculating and storing lighting information, surface detail, or geometric data from a high-resolution source into a texture map that can be applied to a lower-resolution model. In game art pipelines, baking transfers the surface detail from a high-poly sculpt into a normal map on the game-ready low-poly mesh, preserving the appearance of fine geometric detail without the polygon cost.