├── .gitignore ├── LICENSE ├── README.md └── normal_map_generator.py /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi-Antoine/NormalMapGenerator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi-Antoine/NormalMapGenerator/HEAD/README.md -------------------------------------------------------------------------------- /normal_map_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi-Antoine/NormalMapGenerator/HEAD/normal_map_generator.py --------------------------------------------------------------------------------