diff options
Diffstat (limited to 'filebrowser')
-rwxr-xr-x | filebrowser/list_to_cubes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filebrowser/list_to_cubes.sh b/filebrowser/list_to_cubes.sh index d4ad688..7f6e794 100755 --- a/filebrowser/list_to_cubes.sh +++ b/filebrowser/list_to_cubes.sh @@ -11,7 +11,7 @@ while read -r line;do if [ "_$line" != '_' ];then # ../tools/obj2hackvr.pl "$line" ../meshes/cube.obj - printf "%s addtriangle 1 0 0 0 1 0 0 0 0\n" "$line" + printf "%s addshape 3 1 0 0 0 1 0 0 0 0\n" "$line" printf "%s move 0 %d 0 0 0 0 0 0 0\n" "$line" "$i" i=$[i+2] else |