Skip to content

Commit

Permalink
fixing 103.
Browse files Browse the repository at this point in the history
  • Loading branch information
avaxman committed Jul 15, 2019
1 parent 7830909 commit 7e2d7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/directional/streamlines.cpp
Expand Up @@ -134,7 +134,7 @@ IGL_INLINE void directional::streamlines_next(

double u;
double t;
if (igl::segment_segment_intersect(p, r, q, s, t, u))
if (igl::segment_segment_intersect(p, r, q, s, t, u, -1e-6))
{
// point on next face
state.end_point.row(j + nsample * i) = p + t * r;
Expand Down

0 comments on commit 7e2d7b9

Please sign in to comment.