vote up 0 vote down star

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...

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?

Any help is appreciated

flag

78% accept rate
Heh, I also had great fun writing a ray tracer in c++ for a university course - and all the data was also lost in a hard disk crash in '04. Fortunately, I had a backup of the actual code whew Damn you, IBM DeathStar. – MrZebra Nov 24 '08 at 11:15

1 Answer

vote up 1 vote down check

User Andalmeida over at CodeProject has some nice articles on raytracing in C# which seems to fit the bill.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.