I'm working on a project for school and I've got some 3D vector data as well as surface plots. These are saved in .dat
files outputted from a c++
program.
I'm able to plot these files in gnuplot
as wanted, but I'd really like to make .u3d
files so I can include them in a TeX document (using the movie15
package).
How do I create u3d files? (I'm working on mac).