From 420eeee620a287ac5bf133f8a17329a7182d5bbf Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 5 Feb 2019 21:48:29 -0600 Subject: forgot to add bin dir that contains a LOT of the handy stuff --- bin/gnuplot_hackvr.gplot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/gnuplot_hackvr.gplot (limited to 'bin/gnuplot_hackvr.gplot') 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 -- cgit v1.2.3