aardvark-platform / aardvark.algodat

Aardvark.Algodat contains advanced geometric and photometric data structures and algorithms. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
GNU Affero General Public License v3.0
34 stars 6 forks source link

InlineExtensions.EnumerateOctreeInlined fails with FilteredNode #16

Closed stefanmaierhofer closed 3 years ago

stefanmaierhofer commented 3 years ago

EnumerateOctreeInlined does not traverse octree via IPointCloudNode.SubNodes, but expects the low-level Durable.Octree.SubnodesGuids entry to be present (which is not the case for FilteredNode)

stefanmaierhofer commented 3 years ago

pushed Aardvark.Geometry.PointSet 5.1.9 which contains a rewrite of octree inlining based on generic IPointCloudNode instead of specific PointSetNode - please test!