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

15 lines
270 B
Bash

#!/bin/sh
TOOLS=../../tools
ROBOT=../../models/robot
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