<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Rayshade</title><link>https://sourceforge.net/p/rayshade/activity/</link><description>Recent activity for Rayshade</description><language>en</language><lastBuildDate>Wed, 23 Nov 2022 05:31:49 -0000</lastBuildDate><item><title>John D. Hendrickson modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#3537</link><description>Those examples from the old FTP site I cannot say if they all should work. I can say in the "ftp-web" tarball there is a directory with the "web page" version of documentation which is nice to read in addition to the pdf. It is no longer online anywhere. buckyball.ray works if you edit line 2 "sample" to "samples". For aquarium.ray I hadn't got to work when I tried a few years ago. For fun I tried it today. If "fish" named object and another line commented out it works (seeing file after cpp -P)....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John D. Hendrickson</dc:creator><pubDate>Wed, 23 Nov 2022 05:31:49 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#3537</guid></item><item><title>John D. Hendrickson modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#3537</link><description>Those examples from the old FTP site I cannot say if they all should work. I can say in the "ftp-web" tarball there is a directory with the "web page" version of documentation which is nice to read in addition to the pdf. It is no longer online anywhere. buckyball.ray works if the first two rendering commands are removed (or moved) like the syntax errors say. Either the values or placement are no longer correct. For aquarium.ray i didn't get that completely done myself. For fun I tried it. If "fish"...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John D. Hendrickson</dc:creator><pubDate>Wed, 23 Nov 2022 04:37:33 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#3537</guid></item><item><title>John D. Hendrickson posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#3537</link><description>Those examples from the old FTP site I cannot instruct you or say if they all work. I can say in the "ftp-web" tarball there is a directory with the "web page" version of documentation which is nice to read in addition to the pdf. It is no longer online anywhere. buckyball.ray works if the first two rendering commands are removed (or moved) like the syntax errors say (i think in the current version those two go at the end - see the readme for how to use them). either the values or placement are no...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John D. Hendrickson</dc:creator><pubDate>Wed, 23 Nov 2022 04:34:29 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#3537</guid></item><item><title>Rayshade updated /rayshade-4.0.9.tar.gz</title><link>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.9.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Wed, 23 Nov 2022 03:42:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.9.tar.gz/download</guid></item><item><title>Rayshade released /rayshade-4.0.9-old.tar.gz</title><link>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.9-old.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Wed, 23 Nov 2022 03:41:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.9-old.tar.gz/download</guid></item><item><title>Bob B. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#17f0</link><description>Now it's compiling fine, thanks. Most of the example files aren't rendering though: aquarium.ray buckyball.ray sub.ray tou.ray everything in the `IRISA' folder</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob B.</dc:creator><pubDate>Wed, 02 Nov 2022 06:54:59 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#17f0</guid></item><item><title>Rayshade updated /rayshade-4.0.10.tar.gz</title><link>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.10.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sun, 30 Oct 2022 23:06:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.10.tar.gz/download</guid></item><item><title>John D. Hendrickson modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#4a6f</link><description>FIXED. Thank you. HUGE was undefined but compiled without complaint on both iMac-2013 and GNU Linux. Never noticed it. (i hope gcc doesn't define it, glibc does not). For the time being it is EPSILON until I know a exactly the value which would cause (NaN). You are right: in GNU Linux using gcc-10.2.0 multiple definitions error are thrown but NOT IN gcc-4.7.4. You should know that this is due to UBUNTU changing -fno-common -fcommon defaults not due to source code. It is an RH+UBUNTU or your error...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John D. Hendrickson</dc:creator><pubDate>Sun, 30 Oct 2022 22:27:24 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#4a6f</guid></item><item><title>John D. Hendrickson posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#4a6f</link><description>FIXED. Thank you. HUGE was undefined but compiled without complaint on both iMac-2013 and GNU Linux. Never noticed it. (i hope gcc doesn't define it, glibc does not). For the time being it is EPSILON until I know a exactly the value which would cause (NaN). You are right: in GNU Linux using gcc-10.2.0 multiple definitions error are thrown but NOT IN gcc-4.7.4. You should know that this is due to UBUNTU changing -fno-common -fcommon defaults not due to source code. It is an RH+UBUNTU or your error...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John D. Hendrickson</dc:creator><pubDate>Sun, 30 Oct 2022 22:27:00 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#4a6f</guid></item><item><title>Rayshade released /rayshade-4.0.10.tar.gz</title><link>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.10.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sun, 30 Oct 2022 22:23:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.10.tar.gz/download</guid></item><item><title>Rayshade released /rayshade-4.0-ftp-and-guide.tar.gz</title><link>https://sourceforge.net/projects/rayshade/files/rayshade-4.0-ftp-and-guide.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sun, 30 Oct 2022 20:49:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0-ftp-and-guide.tar.gz/download</guid></item><item><title>Bob B. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#e1d8</link><description>I'm trying to compile Rayshade from this repo as I failed to compile the one from Stanford, but it's giving me all sorts of errors: fogdeck.c : 'HUGE' undefined lex.o: multiple definition of 'yyin' lex.o: multiple definition of 'yyout' lex.o: multiple definition of 'yylineno' How do I fix these errors?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob B.</dc:creator><pubDate>Thu, 20 May 2021 08:09:32 -0000</pubDate><guid>https://sourceforge.net/p/rayshade/discussion/general/thread/aa944515fc/?limit=25#e1d8</guid></item><item><title>Rayshade released /rayshade_binary_i486_linux_2.6</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/rayshade_binary_i486_linux_2.6/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Thu, 25 May 2017 12:54:39 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade_binary_i486_linux_2.6/download</guid></item><item><title>Rayshade released /rayshade_binary_i5_sierra_10.12.5</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/rayshade_binary_i5_sierra_10.12.5/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Thu, 25 May 2017 12:54:39 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade_binary_i5_sierra_10.12.5/download</guid></item><item><title>Rayshade released /config.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/config.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Mon, 22 May 2017 16:19:03 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/config.h/download</guid></item><item><title>Rayshade released /rayshade-4.0.9.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/rayshade-4.0.9.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sun, 14 May 2017 22:49:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.9.tar.gz/download</guid></item><item><title>Rayshade released /ERRATA.rayshade</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/ERRATA.rayshade/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sat, 15 Apr 2017 03:36:42 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/ERRATA.rayshade/download</guid></item><item><title>Rayshade released /README</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/README/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sun, 19 Mar 2017 05:18:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/README/download</guid></item><item><title>Rayshade released /README.txt</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/README.txt/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sun, 19 Mar 2017 05:18:02 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/README.txt/download</guid></item><item><title>Rayshade released /rayshade-4.0.8.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/rayshade-4.0.8.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sat, 18 Mar 2017 00:38:03 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.8.tar.gz/download</guid></item><item><title>Rayshade released /rayshade.libc6.i386.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/rayshade.libc6.i386.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sat, 16 Apr 2016 05:52:03 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade.libc6.i386.tar.gz/download</guid></item><item><title>Rayshade released /README.rayshade-4.0.7</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/README.rayshade-4.0.7/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sat, 16 Apr 2016 05:51:03 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/README.rayshade-4.0.7/download</guid></item><item><title>Rayshade released /raypaint-4.0.7.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/raypaint-4.0.7.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sat, 16 Apr 2016 05:51:03 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/raypaint-4.0.7.tar.gz/download</guid></item><item><title>Rayshade released /rayshade-4.0.7.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rayshade/files/rayshade-4.0.7.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Sat, 16 Apr 2016 05:51:03 -0000</pubDate><guid>https://sourceforge.net/projects/rayshade/files/rayshade-4.0.7.tar.gz/download</guid></item><item><title>Rayshade released /guide.pdf</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rayshade/files/guide.pdf/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Mon, 31 Aug 2015 07:42:03 -0000</pubDate><guid>http://sourceforge.net/projects/rayshade/files/guide.pdf/download</guid></item><item><title>Rayshade released /README.rayshade</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rayshade/files/README.rayshade/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Mon, 31 Aug 2015 06:37:02 -0000</pubDate><guid>http://sourceforge.net/projects/rayshade/files/README.rayshade/download</guid></item><item><title>Rayshade released /rayshade-whole-site-4.0.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rayshade/files/rayshade-whole-site-4.0.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Mon, 31 Aug 2015 06:37:02 -0000</pubDate><guid>http://sourceforge.net/projects/rayshade/files/rayshade-whole-site-4.0.tar.gz/download</guid></item><item><title>Rayshade released /rayshade.4.0.6.tar.Z</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rayshade/files/rayshade.4.0.6.tar.Z/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rayshade</dc:creator><pubDate>Mon, 31 Aug 2015 06:37:02 -0000</pubDate><guid>http://sourceforge.net/projects/rayshade/files/rayshade.4.0.6.tar.Z/download</guid></item></channel></rss>