Normal Map Generator is a tool written in Python
- Python 3
- numpy
- matplotlib
- Pillow
- scipy
- opencv-python
See requirements.txt
Add images ending with _albedo.png or _albedo.jpg to input_folder. For example:
input_folder/bricks_albedo.png
input_folder/bricks_albedo.jpg
python3 normal_map_generator.py input_folder --smooth SMOOTH_VALUE --intensity INTENSITY_VALUE
input images folder path
Show help message
Smooth gaussian blur applied on the image.
For example: 0.0
Intensity of the normal map
For example: 4.0
Size of texture. For example : 512
If size is not defined, it will be original size of albedo textures.