CodeFHD / OptiCore

Optical Elements Addon for Blender
GNU General Public License v3.0
81 stars 8 forks source link

about transmitting rays thorough Plane lens #21

Open Skatasi opened 2 weeks ago

Skatasi commented 2 weeks ago

Hi, I appreciate your great add-ons. But I have an issue with a Plane lens.

When I made a camera model, I added a plane lens mesh and set S1's R as 0. (Most simulators define Plane as 0. ) However, it didn't consider transmitting rays at plane lenses. Then, I made it once more and set S1's R as 10000000000 to assume inf, and it worked. So, I want to share this issue.

CodeFHD commented 2 weeks ago

Hi, correct, this has been a missing feature from the start (not sure why I was too lazy to put that code segment in).

I've recently started working on updates to the ray-tracing code. This will be implemented as part of that.

Skatasi commented 2 weeks ago

Thx👍