aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/subsume/test.sh
blob: 67139ac3f20d6377bb26eb4637add5c50c21d384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
cat arms.hackvr

# these start all straight-up, rotate counter clockwise as rotation increases, and
# at these rates of rotation they should all be curled in on themselves at the bottom.
while true;do
  printf "base rotate 0 0 +1\n"
  printf "mid  rotate 0 0 +2\n"
  printf "end  rotate 0 0 +3\n"
  sleep .1
done