Creating PBR (Physically Based Rendering) materials used to mean hours in Substance Painter or Photoshop, painstakingly building each texture map by hand. In 2026, AI can craft a complete material set — albedo, normal, roughness, AO, and metalness — from a single text description. Here’s how.
The Traditional Workflow (And Why It’s Slow)
The classic PBR material creation pipeline looks like this:
- Source a base texture — photograph a real surface, find a stock image, or paint one from scratch
- Make it seamless — manually clone-stamp edges so the texture tiles without visible seams
- Create each map individually — normal from a height map crafter, roughness by desaturating and adjusting curves, AO by baking in 3D software
- Test in-engine — import into Unity/Unreal, adjust values, re-export, iterate
- Export correctly — each engine expects different file formats, naming conventions, and channel packing
For a single material, this takes 30 minutes to several hours depending on complexity. For a game with hundreds of materials, it’s a massive time investment.
The AI Workflow: Text to Material in Seconds
AI-powered tools like CraftPBR replace most of this pipeline with a single step: describe what you want.
Step 1: Write a Text Prompt
Describe the surface you need. Be specific about the material type, condition, and visual characteristics:
- Good: “weathered red brick wall with crumbling mortar”
- Good: “polished white marble with gray veins”
- Good: “mossy cobblestone path, wet after rain”
- Too vague: “stone” (what kind? what condition?)
The AI crafts a seamless, tileable base color texture and a height map from your description. These are the foundation for all other PBR maps.
Step 2: AI Derives the PBR Maps
From the crafted base color and height map, the system automatically derives:
- Normal map — computed from the height map using multi-scale Scharr filtering, capturing surface detail as directional vectors
- Roughness map — derived from the base color’s luminance and frequency analysis
- Ambient Occlusion — extracted from the height map to simulate light occlusion in crevices
- Metalness — inferred from material type (metals get white, dielectrics get black)
All maps are crafted at matching resolution and already seamless.
Step 3: Preview in 3D
Before exporting, preview the material on a 3D object with real-time lighting. CraftPBR renders your material on a sphere or cube with studio-quality HDR environment lighting, so you can see exactly how it will look in a real scene.
If something doesn’t look right, adjust parameters — normal strength, roughness multiplier, AO intensity — and see changes instantly.
Step 4: Fine-Tune Parameters
For more control, the Studio inspector lets you adjust:
- Tiling frequency across the geometry
- Roughness multiplier (smoother / rougher)
- Normal strength (more / less bump)
- Height displacement scale
- AO intensity and exposure
Step 5: Export for Your Engine
One-click export presets handle the format requirements for each engine:
- Unity — PNG maps with Unity naming conventions (_MainTex, _BumpMap, etc.)
- Unreal Engine — packed ORM (Occlusion/Roughness/Metallic) channel packing
- Blender — individual maps with Principled BSDF-compatible naming
- Godot — ORM packed or individual maps
- Three.js / WebGL — optimized JPG/PNG for web delivery
Tips for Better AI-Crafted Materials
- Be descriptive — “old weathered oak planks with rusty nails” produces better results than “wood”
- Specify the condition — new, worn, cracked, mossy, wet, dusty — these adjectives dramatically change the output
- Think about the camera angle — PBR textures are typically top-down flat photographs, so describe surfaces as seen from above
- Iterate — craft a few variations with slightly different prompts and pick the best one
- Polish the result — AI gets you 90% there; tweak roughness, normal strength, and height in the inspector for the last 10%
AI vs. Traditional: When to Use Each
Use AI when you need materials fast (prototyping, game jams), you’re not a texture artist, you need many material variations quickly, or you want seamless tileable results automatically.
Use traditional when you need pixel-perfect control over every detail, you’re matching a specific art direction or style guide, you need to match a real-world photo reference exactly, or you’re creating stylized / non-photorealistic materials.
Key Takeaways
- AI can craft complete PBR material sets (5+ maps) from a text description in seconds
- Results are seamless, tileable, and production-ready out of the box
- Real-time previews let you fine-tune AI output with full creative control
- One-click export handles format differences between Unity, Unreal, Blender, and other engines
- AI doesn’t replace traditional workflows — it accelerates them