<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaScript Ray-Tracing: or The Worst Application of JavaScript Ever</title>
	<atom:link href="http://www.flog.co.nz/journal/javascript-raytracer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flog.co.nz/journal/javascript-raytracer/</link>
	<description>Web super-hero in training</description>
	<lastBuildDate>Fri, 01 Apr 2011 12:31:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Marc Breuer</title>
		<link>http://www.flog.co.nz/journal/javascript-raytracer/#comment-92039</link>
		<dc:creator>Marc Breuer</dc:creator>
		<pubDate>Wed, 30 Dec 2009 18:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flog.co.nz/index.php/journal/javascript-raytracer/#comment-92039</guid>
		<description>Nice work on the raytracer. I&#039;ve started working on something similar, but on a much simpler level. I am trying to find ways to boost performance to get spheres and shadows rendered in something like real time. could be too ambitious though :) ... I wonder how far your raytracer could be simplified to improve performance. My current results aren&#039;t all that positive.</description>
		<content:encoded><![CDATA[<p>Nice work on the raytracer. I&#8217;ve started working on something similar, but on a much simpler level. I am trying to find ways to boost performance to get spheres and shadows rendered in something like real time. could be too ambitious though :) &#8230; I wonder how far your raytracer could be simplified to improve performance. My current results aren&#8217;t all that positive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.flog.co.nz/journal/javascript-raytracer/#comment-66711</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 21 Oct 2008 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flog.co.nz/index.php/journal/javascript-raytracer/#comment-66711</guid>
		<description>Excellent stuff! Ray-tracing is awesome. I fell in love with it 16-17 years ago when I stumbled across a computer magazine in the school library which contained a C program that rendered some spheres with different material properties (including refraction!). It would take half an hour to render a 320x200 image. Over the years I wrote a few of my own (rubbish) engines but I haven&#039;t even thought about it for nearly a decade.

At the weekend I also decided to play with the Canvas element, and discovered the getImageData / putImageData methods which are supported in Firefox 2.0+, Opera 9.x and now in the latest nightly Safari builds. It&#039;s a pretty cool way to do pixel-wise graphics. I spent the weekend writing a javascript raytracer (thinking I might be the first), purely to benchmark browser javascript speed. Looks like you were the first, by a long way :)

http://mark.webster.googlepages.com/jsrt.html</description>
		<content:encoded><![CDATA[<p>Excellent stuff! Ray-tracing is awesome. I fell in love with it 16-17 years ago when I stumbled across a computer magazine in the school library which contained a C program that rendered some spheres with different material properties (including refraction!). It would take half an hour to render a 320&#215;200 image. Over the years I wrote a few of my own (rubbish) engines but I haven&#8217;t even thought about it for nearly a decade.</p>
<p>At the weekend I also decided to play with the Canvas element, and discovered the getImageData / putImageData methods which are supported in Firefox 2.0+, Opera 9.x and now in the latest nightly Safari builds. It&#8217;s a pretty cool way to do pixel-wise graphics. I spent the weekend writing a javascript raytracer (thinking I might be the first), purely to benchmark browser javascript speed. Looks like you were the first, by a long way :)</p>
<p><a href="http://mark.webster.googlepages.com/jsrt.html" rel="nofollow">http://mark.webster.googlepages.com/jsrt.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.flog.co.nz/journal/javascript-raytracer/#comment-63923</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Tue, 16 Sep 2008 08:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flog.co.nz/index.php/journal/javascript-raytracer/#comment-63923</guid>
		<description>@Ahmed - Actually I walked into my first post-uni job interview with the intention of being a grown up Java programmer, working on enterprise systems and doing the hard core programming thing.

I interviewed with the company CEO, who saw my prior web-dev experience, and walked me over to the web-dev team within the company and said here&#039;s your new boss, you start next week.

At that point I decided that I love the internet so much I might as well go with it :)</description>
		<content:encoded><![CDATA[<p>@Ahmed &#8211; Actually I walked into my first post-uni job interview with the intention of being a grown up Java programmer, working on enterprise systems and doing the hard core programming thing.</p>
<p>I interviewed with the company CEO, who saw my prior web-dev experience, and walked me over to the web-dev team within the company and said here&#8217;s your new boss, you start next week.</p>
<p>At that point I decided that I love the internet so much I might as well go with it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed Hilali</title>
		<link>http://www.flog.co.nz/journal/javascript-raytracer/#comment-63255</link>
		<dc:creator>Ahmed Hilali</dc:creator>
		<pubDate>Tue, 09 Sep 2008 02:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flog.co.nz/index.php/journal/javascript-raytracer/#comment-63255</guid>
		<description>What made you switch to web developement after majoring in computer graphics? More jobs, etc?</description>
		<content:encoded><![CDATA[<p>What made you switch to web developement after majoring in computer graphics? More jobs, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagtesh Chadha</title>
		<link>http://www.flog.co.nz/journal/javascript-raytracer/#comment-56042</link>
		<dc:creator>Jagtesh Chadha</dc:creator>
		<pubDate>Thu, 15 May 2008 10:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flog.co.nz/index.php/journal/javascript-raytracer/#comment-56042</guid>
		<description>Hi Adam!

This post was rather fascinating, since I too share a curiosity for ray-tracing (ever since I first used pov-ray a few years back). But seeing a working ray-tracer in JavaScript, my oh my..you&#039;ve blown my mind off completely!

I like your blog. Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>Hi Adam!</p>
<p>This post was rather fascinating, since I too share a curiosity for ray-tracing (ever since I first used pov-ray a few years back). But seeing a working ray-tracer in JavaScript, my oh my..you&#8217;ve blown my mind off completely!</p>
<p>I like your blog. Keep up the good work :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
