tudelft3d / geoflow-nodes

Various nodes for geoflow
GNU General Public License v3.0
2 stars 2 forks source link

ComputeNormalsNode crash #3

Open qq2012 opened 5 years ago

qq2012 commented 5 years ago

Reading point cloud by "LASLoadorNode", than connecting to "ComputeNormalsNode", it always cause a malloc error at "compute_normals_processing.cpp" (line 81 : madata.kdtree_coords = new kdtree2::KDTree((*madata.coords)) for me. But if I read the point cloud with the PLYLoadorNode created by myself, it does not throw an error at "ComputeNormalsNode".

Hello-luck commented 1 year ago

The cityjson nodes.cpp file is missing