Added cropping support to texture tool

This commit is contained in:
2023-06-26 14:05:46 -07:00
parent bf93740c20
commit 723e09e182
45 changed files with 299 additions and 122 deletions

View File

@ -3,5 +3,14 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
set(ETH_POSE_TEXTURE_OPTIONS
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
CROP_START_Y=1431
)
include(${CMAKE_CURRENT_LIST_DIR}/day/CMakeLists.txt)
include(${CMAKE_CURRENT_LIST_DIR}/night/CMakeLists.txt)
include(${CMAKE_CURRENT_LIST_DIR}/day-alt/CMakeLists.txt)
include(${CMAKE_CURRENT_LIST_DIR}/night/CMakeLists.txt)
include(${CMAKE_CURRENT_LIST_DIR}/night-alt/CMakeLists.txt)