tsoding / ray-tracer

My ongoing effort to learn how to make Ray Tracers
MIT License
15 stars 2 forks source link

One-way mirrors #12

Closed TheKnarf closed 6 years ago

rexim commented 6 years ago

@TheKnarf btw do you remember what exactly we wanted to achive in this issue? :)

TheKnarf commented 6 years ago

Not entirely sure, the chat mentioned one-way mirrors (also called "two-way mirrors" confusingly enough). Perhaps a material that let rays go through one way but reflect the other?

If it's no longer interesting then we can just as well close the issue.

rexim commented 6 years ago

@TheKnarf Ah, yeah! I think it was a counterexample for the statement that tracing the rays camera-lightsource produces the same picture as tracing lightsource-camera. It sounds interesting to try to verify, but feels slightly outside of the scope of this project. Let's close it for now. Thanks for bringing it up anyway. :)