Importing the SLA computing module into the native source tree.

This commit is contained in:
tamasmeszaros
2018-11-02 11:57:57 +01:00
parent fb89ecc9ec
commit f37d1311bb
20 changed files with 3274 additions and 1 deletions

View File

@@ -885,7 +885,8 @@ igl::AABB<DerivedV,DIM>::intersect_ray(
const RowVectorDIMS & dir,
igl::Hit & hit) const
{
#if false
// FIXME: Needs a proper path
#if /*false*/ 0
// BFS
std::queue<const AABB *> Q;
// Or DFS