aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gnuplot_hackvr.gplot
blob: cafb72924c47bc23fb58934a9c96af493a692d80 (plain) (blame)
1
2
3
4
5
6
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