From 19feecae5124e5eb4c8a2f2dfd300e94e59b9d9f Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 9 Oct 2020 23:59:44 -0500 Subject: little bit of extras to dunexplore --- share/hackvr/examples/dungen/dunexplore.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/hackvr/examples/dungen/dunexplore.sh b/share/hackvr/examples/dungen/dunexplore.sh index 6f71391..6fbd5c3 100755 --- a/share/hackvr/examples/dungen/dunexplore.sh +++ b/share/hackvr/examples/dungen/dunexplore.sh @@ -2,7 +2,13 @@ ### run me with hackvr_coproc #the $USER triangle we add first is to give us some sort of avatar to see where the camera is. #seed=1337 -echo $USER addshape 4 3 -1 0 -1 0 0 2 1 0 -1 ; echo $USER move 0 2 0 +red=1 +green=2 +blue=4 +echo $USER addshape 6 3 -1 0 -1 0 0 2 1 0 -1 ; echo $USER move 0 2 0 +echo world-x addshape $red 2 0 0 0 1 0 0 +echo world-y addshape $green 2 0 0 0 0 1 0 +echo world-z addshape $blue 2 0 0 0 0 0 1 ./dungen $seed | ./dun2hackvr while read group action target;do if [ "$action" = "action" ];then -- cgit v1.2.3