]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - textures/ex2x/autogenerate-normalmaps.txt
oops forgot these, unfa's crosshair sources :)
[xonotic/mediasource.git] / textures / ex2x / autogenerate-normalmaps.txt
1 find . -name \*_norm.tga | while IFS= read -r L; do heightsource=1 filter=3 scale=0.4 ~/Games/Xonotic/misc/tools/normalmap.sh "$L" "$L"; done