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