From ebde46bc82bebf478db67abef5b7dc88c014706b Mon Sep 17 00:00:00 2001
From: epoch <epoch@hacking.allowed.org>
Date: Tue, 3 Jan 2017 00:30:28 -0600
Subject: lots and lots of shit. opengl shit is barely worked on. new pl script
 to obj2hackvr using more than just
 triangles.http://hackaday.com/blog/http://hackaday.com/blog/

---
 filebrowser/list_to_cubes.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'filebrowser')

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
-- 
cgit v1.2.3