Skip to content
Snippets Groups Projects
Commit 540b9092 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added transmittance member

parent 54e9fa8d
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ public:
private:
double reflectance(double cos_theta_in, double cos_theta_out, double ir_in, double ir_out) const;
double transmittance(double cos_theta_in, double cos_theta_out, double ir_in, double ir_out) const;
double ir_inside; //index of refraction inside material
double ir_outside; //index of refraction outside material
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment