Skip to content

Commit

Permalink
Update wrt ponca master (including sign detection PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmellado committed Jan 26, 2024
1 parent 6d9b4a7 commit 4d7b066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dataManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct MyKdTreeNode : Ponca::KdTreeCustomizableNode<Index, NodeIndex, DataPoint,
struct DataManager {
public:
// using KdTree = Ponca::KdTree<DataPoint>;
using KdTree = Ponca::KdTreeBase<Ponca::KdTreeDefaultTraits<DataPoint,MyKdTreeNode>>;
using KdTree = Ponca::KdTreeDenseBase<Ponca::KdTreeDefaultTraits<DataPoint,MyKdTreeNode>>;
using PointContainer = std::vector<nanogui::Vector3f>; // stores x,y,normal angle in radians
using VectorType = typename KdTree::VectorType;

Expand Down

0 comments on commit 4d7b066

Please sign in to comment.