forked from POV-Ray/povray
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created new constexpr DBL variable MIN_ISECT_DEPTH_RETURNED.
Near term need to use a value not MIN_ISECT_DEPTH in blob.cpp to test Jérôme's github pull request POV-Ray#358. Longer term aim is to drive all returned intersection depths from shape code to MIN_ISECT_DEPTH_RETURNED. The value is automatically derived from DBL setting and at double resolves to about 4.44089e-08. On the order of the square root of POV_DBL_EPSILON. Moving blob.cpp's inside test value INSIDE_TOLERANCE to POV_DBL_EPSILON over previous recent re-calculation. Over time plan is to move EPSILONs best nearer a double's step to POV_DBL_EPSILON. Cleaning up doxygen documentation added during recent solver related updates.
- Loading branch information
Showing
4 changed files
with
206 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.