Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rms80 committed May 31, 2018
1 parent 44e96b7 commit 2fc389a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spatial/DMeshAABBTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ public DMeshAABBTree3(DMesh3 m, bool autoBuild = false)
public DMesh3 Mesh { get { return mesh; } }


// if non-null, return false to ignore certain triangles
/// <summary>
/// If non-null, only triangle IDs that pass this filter (ie filter is true) are considered
/// </summary>
public Func<int, bool> TriangleFilterF = null;


Expand Down

0 comments on commit 2fc389a

Please sign in to comment.