axnjaxn / ReiTrei

A ray tracer in C++ / SDL supporting Monte Carlo effects
http://www.axnjaxn.com/
0 stars 0 forks source link

Implement Anaglyphs #73

Open axnjaxn opened 10 years ago

axnjaxn commented 10 years ago

Color transmission is kind of an interesting question. Should it be: <r, 0, 0> on one side and <0, g, b> on the other? Who knows?