How to Use Texture Gen v2
This tool converts a single image into a complete set of PBR texture maps. Here's how to get started:
Quick Start Guide
1
Upload an Image
Click "Browse Files" or drag & drop your texture image in the upload area.
2
Adjust Settings
Fine-tune texture settings using the sliders to achieve your desired look.
3
Preview in 3D
Check your maps applied to the 3D sphere, rotate to view from all angles.
4
Export
Download individual maps or export all as ZIP. You can also get Three.js code.
Basic Controls
-
Upload Image: Click "Browse Files" or drag-and-drop your image
-
3D Preview: View your texture applied to a 3D sphere in real-time
-
Direct Manipulation: Click and drag on the 3D preview to rotate the model directly
-
Toggle Grid: Turn the orientation grid on or off for cleaner preview
-
Reset Controls: Quickly return all settings to default values
-
Base Color Strength: Adjust the intensity of the base color/albedo map
-
Normal Strength: Control the intensity of surface bumps and details
-
Roughness Strength: Modify how rough or smooth the surface appears
-
Displacement Strength: Adjust how much the texture displaces the geometry
-
AO Strength: Control the ambient occlusion intensity
-
Metalness: Adjust how metallic the material appears
-
Light Position: Change the position of the light to see how it affects the material
Exporting Your Maps
-
Download Individual Maps
Use the download button on each map preview to save that specific texture map. Select your preferred format (PNG, WebP, or JPEG) before downloading.
-
Export All Maps as ZIP
Click the "Export All Maps as ZIP" button to download all selected maps in a single ZIP archive. Check or uncheck the map types in the Export Options section and select your preferred format.
-
Export Three.js Code
Generate ready-to-use Three.js code that implements your material with all the current settings. This is perfect for web-based 3D projects.
-
Export Formats
PNG: Lossless quality, ideal for normal and displacement maps
WebP: Excellent balance between quality and file size, supported by most modern browsers
JPEG: Smallest file size but lossy compression (best for base color maps only)
Map Types Explained
Base Color Map
Also known as albedo or diffuse map, this represents the color of the surface without lighting information. This is essentially the "color" of your material.
Normal Map
Creates the illusion of detailed 3D surface features by encoding surface direction. It adds bumps, dents, and surface details without adding geometry.
Roughness Map
Defines how rough or smooth a surface is, affecting how light scatters across it. White areas are rough (matte), black areas are smooth (glossy).
Displacement Map
Actually displaces the geometry to create real surface detail. Unlike normal maps which only simulate detail, displacement maps physically push vertices of the 3D mesh.
Ambient Occlusion (AO) Map
Represents how exposed each point of the surface is to ambient lighting. It simulates soft shadows that occur in crevices and corners of objects.
Tips for Best Results
-
Use High-Resolution Images: For best detail in all generated maps, start with high-resolution source images.
-
Even Lighting: Source images with even, diffuse lighting work best. Avoid images with harsh shadows or reflections.
-
Format Selection: Use PNG for technical maps (normal, displacement), WebP for general use, and JPEG only for base color where quality is less critical.
-
Adjust Map Strength: Use the sliders to fine-tune each map's intensity for your specific texture.
-
Light Position: Adjust the light position to better evaluate how your material reacts to different lighting conditions.
-
Metalness Adjustment: For non-metal materials, keep metalness at 0. For metals, increase it and reduce roughness.
Advanced Usage
-
Cross-Application Workflow:
The generated maps work with any 3D application that supports PBR materials, including Blender, Unity, Unreal Engine, Substance Designer, and more.
-
Customizing for Game Engines:
For Unity, use the normal map directly. For Unreal Engine, you may need to invert the green channel of your normal map. You can do this in an image editor after exporting.
-
Optimizing for Low-End Hardware:
For mobile or low-end applications, consider using just the base color and normal maps to maintain visual quality while reducing performance impact.
-
Creating Material Variations:
Generate maps from similar textures, then blend them together in an external editor to create versatile material variations.
Troubleshooting
Images not uploading
Make sure your image is in a supported format (JPG, PNG, WebP). If using drag and drop, try using the browse files button instead.
3D preview not displaying correctly
Ensure your browser supports WebGL. Try refreshing the page or using a different browser (Chrome or Firefox recommended).
Generated maps look incorrect
Source images with heavy shadows or specular highlights can cause issues. Try using images with even, diffuse lighting for best results.
Export fails
Check that you have selected at least one map type for export. If exporting as ZIP, make sure you have sufficient disk space available.
Performance issues
Working with very large textures (4K+) may affect performance. Consider using smaller textures or closing other browser tabs to free up memory.
Keyboard Shortcuts
R
Reset all sliders to default values
G
Toggle grid visibility
A
Toggle auto-rotation
E
Export all maps as ZIP
C
Export Three.js code
Arrow Keys
Fine-tune rotation of the 3D preview
About Texture Gen v2
Texture Gen v2 is a powerful tool that transforms a single image into a complete set of PBR texture maps. Built with modern web technologies, it offers artists, designers, and developers a simple way to create professional material sets for 3D projects.
The generator uses advanced image processing algorithms to analyze source images and extract information about surface details, lighting, and material properties. All processing happens directly in your browser – no server uploads required.
Key Features
One-click generation of complete PBR map sets
Real-time 3D preview with interactive manipulation
Multiple export formats (PNG, WebP, JPEG)
Advanced normal map generation with detail enhancement
Intelligent roughness map calculation
Precise displacement map generation
Ambient occlusion map extraction from surface details
Fully adjustable material parameters
Individual map downloading
Complete map set export as ZIP
Ready-to-use Three.js code export
Intuitive, responsive user interface
Client-side processing (no uploads)
Detailed texture statistics display
Technology Stack
JavaScript
Core programming language powering all functionality and image processing algorithms.
Three.js
Powerful 3D library providing real-time WebGL rendering for interactive material preview.
Canvas API
HTML5 Canvas technology for advanced image processing and texture map generation.
JSZip
Client-side ZIP file creation for packaging multiple texture maps.
FileSaver.js
Streamlines file download functionality for texture maps and code exports.
Custom Algorithms
Proprietary image analysis techniques for extracting material properties from a single image.
Use Cases
Game development asset creation
Architectural visualization materials
Web-based 3D experiences
VR/AR development
3D printing texture mapping
Product visualization
3D character material creation
Education and learning
Technical Notes
Texture Gen v2 works entirely in your browser with no server-side processing. Your images are never uploaded to any server, ensuring your designs remain private and secure.
The application uses WebGL through Three.js for the 3D preview, allowing you to see your material in action as you adjust settings.
All texture maps are generated using advanced image processing algorithms that analyze your source image to extract surface details, lighting information, and material properties.
The exported Three.js code is designed to be lightweight and compatible with modern browsers, providing an easy way to use your generated materials in web-based 3D projects.
Roadmap & Future Updates
Material Presets
Pre-configured settings for common material types like metal, wood, fabric, stone, and plastic.
Advanced Map Editing
Direct editing tools for fine-tuning generated maps with brushes and filters.
Custom 3D Models
Preview your materials on various 3D models beyond the default sphere.
AI-Enhanced Generation
Machine learning algorithms to improve texture map generation quality.
Material Library
Save and organize your generated materials for future use.
Acknowledgements
Texture Gen v2 builds upon the work of many brilliant developers in the 3D graphics and web technology communities. Special thanks to:
- The Three.js team for their incredible 3D library
- JSZip and FileSaver.js developers for their essential utilities
- The open-source PBR material specification community
- Early beta testers who provided valuable feedback