Some quick hacks that do the seamless texture splits.
This commit is contained in:
parent
15a2a69ac1
commit
024d5b30e1
3 changed files with 650 additions and 0 deletions
10
magick/texture_setup.sh
Normal file
10
magick/texture_setup.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
./splitcrop -x $1 -y $1 $2 corners.png
|
||||
|
||||
./position -d horizontal corners_bottomright.png corners_bottomleft.png bottom.png
|
||||
|
||||
./position -d horizontal corners_topright.png corners_topleft.png top.png
|
||||
|
||||
./position -d vertical bottom.png top.png result-grid.png
|
Loading…
Add table
Add a link
Reference in a new issue