diff options
Diffstat (limited to 'share/hackvr/meshes/grid_floor.sh')
-rwxr-xr-x | share/hackvr/meshes/grid_floor.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/hackvr/meshes/grid_floor.sh b/share/hackvr/meshes/grid_floor.sh deleted file mode 100755 index 5ca556b..0000000 --- a/share/hackvr/meshes/grid_floor.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -cat <(for i in $(seq 1 16);do for j in $(seq 1 16);do echo floor addshape 5 2 $i 0 $j $i 0 $[j+1];echo floor addshape 5 2 $i 0 $j $[i+1] 0 $j;done; done) <(echo -e "floor scaleup 8\nepoch export floor\nepoch quit\n") | ../src/hackvr_headless epoch | sed "s/\.0*//g" |