dsma-library/examples/performance/assets.sh
Antonio Niño Díaz cf298c29e9 Initial commit
2022-10-10 19:06:21 +01:00

26 lines
515 B
Bash

#!/bin/sh
TOOLS=../../tools
QUAD=../../models/one_quad
ROBOT=../../models/robot
python3 $TOOLS/md5_to_dsma.py \
--model $QUAD/Quad.md5mesh \
--name one_quad \
--output data \
--texture 128 128 \
--anim $QUAD/Wiggle.md5anim \
--skip-frames 1 \
--bin \
--blender-fix
python3 $TOOLS/md5_to_dsma.py \
--model $ROBOT/Robot.md5mesh \
--name robot \
--output data \
--texture 128 128 \
--anim $ROBOT/Walk.md5anim \
--skip-frames 1 \
--bin \
--blender-fix