Skip to content
Snippets Groups Projects
Commit 878c27d2 authored by Yoel's avatar Yoel
Browse files

Added a new constant epsilon

parent 5f8a2780
No related branches found
No related tags found
No related merge requests found
...@@ -18,4 +18,5 @@ class Ray { ...@@ -18,4 +18,5 @@ class Ray {
const float tmin, tmax; const float tmin, tmax;
const bool normalize; const bool normalize;
}; };
const float epsilon = pow(10, -4);
} // namespace cam } // namespace cam
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