Inspired by MS. Marilyn Friedman from Dreamworks, I started this afternoon trying to write a ray tracer.
When I was interviewing with Marilyn, she told me that at Dreamworks, the effects challenge program is actually teaching people to write a raytracer.
For me, why not try to write one by myself…
So this is the start.
I installed Visual Studio and MSDN on my laptop this afternoon, and did some researches about the C++ raytracer.
here are some ref links:
ref01
ref02
ref03
ref04
ref05
Now let’s do something