Generate 10 PBR texture maps from a single image — Normal, Displacement, AO, Roughness, Metallic, Bump, Specular, Curvature, Edge, Cavity. Free, runs locally in your browser. Babylon.js 3D preview, batch processing, GLB export. By WebVrDev.com
I was working on a small project and needed normal maps, roughness, AO — the usual PBR stack. Every tool I found either wanted a monthly subscription, required installing heavy desktop software, or uploaded my textures to some random server.
So I built a thing that runs entirely in the browser. You drop in a diffuse texture, it generates 10 map types (normal, height, roughness, AO, metallic, etc.), you preview it on a 3D model right there, and download everything. No account. No upload. Your files stay on your machine.
It also has engine presets for Unity, Unreal, Godot, Three.js and Babylon.js — so the maps come out correctly configured for your pipeline.
Been using it for a few months on my own projects and figured someone else might find it useful.
Report
No reviews yetBe the first to leave a review for PBR Map Generator