RayTracer project in C# - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T03:21:05Z http://stackoverflow.com/feeds/question/313461 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/313461/raytracer-project-in-c 0 RayTracer project in C# CVertex 2008-11-24T05:04:27Z 2008-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#315314 1 Answer by Guge for RayTracer project in C# Guge 2008-11-24T20:22:04Z 2008-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>