diff options
author | epoch <epoch@hacking.allowed.org> | 2017-12-19 04:31:41 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-12-19 04:31:41 -0600 |
commit | b8861342afb56e681598ce41fd51918349a2a9d7 (patch) | |
tree | 33d079e95e4cc2791e0f0716de4513b9c2d1d952 | |
parent | 8d163157e6f359c355113945a454548f21bbb8d9 (diff) | |
download | hackvr-b8861342afb56e681598ce41fd51918349a2a9d7.tar.gz hackvr-b8861342afb56e681598ce41fd51918349a2a9d7.zip |
meh. just testit.sh change
-rwxr-xr-x | src/testit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testit.sh b/src/testit.sh index a96acb4..7932862 100755 --- a/src/testit.sh +++ b/src/testit.sh @@ -5,4 +5,4 @@ # <(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 +cat <(../tools/obj2hackvr2.pl woman ../meshes/female_basemesh1_2.obj ) <(echo woman rotate 0 180 0) /dev/stdin | ./hackvr_x11 epoch |