diff options
Diffstat (limited to 'src/testit.sh')
-rwxr-xr-x | src/testit.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/testit.sh b/src/testit.sh index ceb7698..a96acb4 100755 --- a/src/testit.sh +++ b/src/testit.sh @@ -1,7 +1,8 @@ #!/bin/bash -cat <(sort -R ../meshes/female_basemesh1_2.hackvr) \ - <(echo "woman move 10 0 -50") \ - <(sort -R ../meshes/female_basemesh1_2.hackvr | sed 's/woman/woman2/g') \ - <(echo "woman2 move -10 0 -200") \ - <(sort -R ../meshes/female_basemesh1_2.hackvr | sed 's/woman/woamn3/g') | ./slowcat 10000 | ./hackvr_opengl $USER +#cat <(sort -R ../meshes/female_basemesh1_2.hackvr) \ +# <(echo "woman move 10 0 -50") \ +# <(sort -R ../meshes/female_basemesh1_2.hackvr | sed 's/woman/woman2/g') \ +# <(echo "woman2 move -10 0 -200") \ +# <(sort -R ../meshes/female_basemesh1_2.hackvr | sed 's/woman/woamn3/g') | ./slowcat 10000 | ./hackvr_opengl $USER #../tools/obj2hackvr.pl woman ../meshes/female_basemesh1_2.obj | ./hackvr_opengl epoch +../tools/obj2hackvr2.pl woman ../meshes/female_basemesh1_2.obj | ./hackvr_x11 epoch |