Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The newton solver iterates until it gets within a program specified c…
…loseness tolerance to the ray under consideration. The UV parameters are then checked to determine if they are within the current surface subdivision bounding (SSB) box under evaluation. For rays close to the UV border the solver occasionally fails because it jumps slightly out of its current UV but within the ray closeness tolerance. These rays are usually picked up when evaluating the adjacent SSB but not always. To make sure these valid hit points aren't dropped I've added a slight tolerance (VUNITIZE_TOL) to the UV check. This fix is related to speckling picked up on raytraced images of implicit geometries converted to a BREP. svn:revision:55755 svn:branch:trunk svn:account:indianlarry
- Loading branch information