summaryrefslogtreecommitdiff
path: root/bin/gnuplot_hackvr.gplot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gnuplot_hackvr.gplot')
-rw-r--r--bin/gnuplot_hackvr.gplot7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/gnuplot_hackvr.gplot b/bin/gnuplot_hackvr.gplot
new file mode 100644
index 0000000..cafb729
--- /dev/null
+++ b/bin/gnuplot_hackvr.gplot
@@ -0,0 +1,7 @@
+set terminal x11
+set xrange[-16:16]
+set yrange[-16:16]
+set zrange[-16:16]
+splot '< cat ../meshes/bowser.hackvr | bash ./hackvr2dat.sh' with lines
+pause 1
+reread