RayTracer project in C# - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T03:21:05Zhttp://stackoverflow.com/feeds/question/313461http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/313461/raytracer-project-in-c0RayTracer project in C#CVertex2008-11-24T05:04:27Z2008-11-24T20:22:04Z
<p>When I was at university, I took a subject in raytracing (graphics synthesis) and we got a chance to write a 3D ray tracer in C++. That was heaps of fun, except I long ago lost my code in the great hard drive crash of '04'....many files were lost...</p>
<p>Is there a RayTracer I can play with in C# that isn't written in one line? Something that's written with proper object orientation so I can extend it?</p>
<p>Any help is appreciated</p>
http://stackoverflow.com/questions/313461/raytracer-project-in-c/315314#3153141Answer by Guge for RayTracer project in C#Guge2008-11-24T20:22:04Z2008-11-24T20:22:04Z<p>User Andalmeida over at <a href="http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=3589667" rel="nofollow">CodeProject</a> has some nice articles on raytracing in C# which seems to fit the bill.</p>