|
From: Daniel F. <boy...@gm...> - 2008-02-27 00:17:14
|
Hello, I was listing to the latest FLOSS Weekly Podcast (http://twit.tv/ floss24) in which the topic was POV-Ray; an open source ray tracing program. After some idle surfing I found that somebody has contributed patches to gnuplot for a POV-Ray terminal; fancy ray-traced figures found here, (http://t-kita.net/gnuplot_povrml/) and the submitted patch here, (http://sourceforge.net/tracker/index.php?func=detail&aid=1262281&group_id=2055&atid=302055 ). I cannot apply this patch successfully to the gnuplot-4.0.0 source? I am going like this, cp -r gnuplot-4.0.0 gnuplot cp -r gnuplot gnuplot-patch mv povray.diff gnuplot cd gnuplot patch -p1 < povray.diff Anybody have gnuplot and POV-Ray working together? Cheers, Dan. |