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_obj.gplot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/gnuplot_obj.gplot (limited to 'bin/gnuplot_obj.gplot') diff --git a/bin/gnuplot_obj.gplot b/bin/gnuplot_obj.gplot new file mode 100644 index 0000000..0b5a807 --- /dev/null +++ b/bin/gnuplot_obj.gplot @@ -0,0 +1,7 @@ +set terminal sixelgd +set xrange[-16:16] +set yrange[-16:16] +set zrange[-16:16] +splot '< ./obj2dat.pl ../meshes/female_basemesh1_2.obj' with lines +pause 1 +reread -- cgit v1.2.3