SkillAgentSearch skills...

PNormalmapsGenerator

A utility for processing a texture using its normal map.

Install / Use

/learn @mrglaster/PNormalmapsGenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pseudo normal maps generator

A utility for processing a texture using its normal map.

What is this utility for?

Some older game engines do not support certain technologies. These technologies may include Normal Mapping - a texture mapping technique used for faking the lighting of bumps and dents. Using this utility and the existing normal map, you can process the texture and get something close to the bump mapping result.

Example results

alt text

In-model results

alt text

How to use?

  1. Install requirement packages
pip install -r requirements.txt

or

pip install opencv_python_headless==4.6.0.66 Pillow==9.2.0
  1. Run the utility
python generator.py -t texture.png -n normal_map.png 

Links

https://www.moddb.com/tutorials/pseudo-normal-maps-for-gold-source-engine

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

65/100

Audited on Jan 5, 2025

No findings