Best way to store data in leaf and internal nodes #1434
Replies: 1 comment
-
Dear @Idclip @dneg, Could you provide your view on this topic? (I'm also reading through the PRs in https://github.com/dneg/openvdb_points_dev/pulls?q=is%3Apr+is%3Aclosed, which I found when looking for the development branch of OpenVDB::Points. I want to understand the design decisions and structure in depth) Sorry again, and thank you in advance 🙏 Yoshua Nava |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm testing OpenVDB as a representation for 3D maps, and I can already compute surface normals at the level of points/voxels, but I want to save normal vectors and other pieces of information at the leaf and internal nodes of the three.
For example, knowing the normal (and related quantities) for a whole group of voxels can help you to:
What would be the best way to tackle this? E.g. should I modify the library and add value containers to the leaf/internal nodes, or can this be handled by an existing approach like the AttributeHandler of VDB Points?
(I assume the answer to this question would strongly depend on the answer to my other, closely-related question)
Thank you in advance.
Best,
Yoshua Nava
Beta Was this translation helpful? Give feedback.
All reactions