mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-28 03:01:17 -06:00
Importing the SLA computing module into the native source tree.
This commit is contained in:
parent
93ef2de667
commit
48bc166d6d
20 changed files with 3274 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue