Hello Carsten,

On 13.02.2017 23:32, Carsten Neumann wrote:
>
> I just spotted this in the new Plane::intersect(const LineSegment&,
> Real32&, Real32) function:
>
> if (t < -tolerance || tolerance > 1.f + tolerance)
> {
>      t = 0.f;
>      return false;
> }
>
> Shouldn't the condition be ... || t > 1.f + tolerance. IIUC this is
> meant to check if the parametric value t is in [0, 1] +/- epsilon.
>
Yes, of course. This is a typing error, sorry.

Best,
Johannes




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to