summaryrefslogtreecommitdiff
path: root/bin/gnuplot_hackvr.gplot
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-02-05 21:48:29 -0600
committerepoch <epoch@hacking.allowed.org>2019-02-05 21:48:29 -0600
commit420eeee620a287ac5bf133f8a17329a7182d5bbf (patch)
tree407cd59748e0e5ef4f88b15305dd303aa64cf8da /bin/gnuplot_hackvr.gplot
parent848a823b1287d8804e8d6170c3ca30ccf7689784 (diff)
downloadhackvr-420eeee620a287ac5bf133f8a17329a7182d5bbf.tar.gz
hackvr-420eeee620a287ac5bf133f8a17329a7182d5bbf.zip
forgot to add bin dir that contains a LOT of the handy stuff
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