POV-Ray : Newsgroups : povray.general : A renderer in 100 lines of c++ : A renderer in 100 lines of c++ Server Time
8 Jul 2024 13:28:43 EDT (-0400)
  A renderer in 100 lines of c++  
From: jhu
Date: 3 Sep 2014 17:35:00
Message: <web.5407896b760cbd5dd19b0ec40@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.