Thought this is interesting: a global illumination renderer in 100 lines of C++
code use Monte Carlo tracing. Not very fully featured, but it's pretty amazing
for 100 lines of code. The GPU version is even faster.
http://www.kevinbeason.com/smallpt/
At 1000 samples/pixel, it takes about 5 minutes to renderr on my FX 8350.
Post a reply to this message
|