Important Notice: Starting April 1st, 2025, OSx/macOS builds will no longer be supported due to the end-of-life (EOL) of VMWare support for macOS infrastructure.
Join over 500,000 developers testing and building on Travis CI
indigo-devel
Fix the computation of shadow points (#22)
Clear the intersections vector before each intersectsRay() call so that intersections[0] subsequently corresponds to the j-th body.
Previously, only the dot product resulting from the first body intersecting the ray has been considered, ignoring all further intersections which have been appended to the intersections vector.