AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Clarification on Read-Only Nature of NanoVDB: Scope and Future Possibilities for Writable Features #1797

Open meherniger24 opened 5 months ago

meherniger24 commented 5 months ago

Hello, The website clearly state that nanovdb is a read only data structure. I want to clarify: does this mean that the data structure cannot be changed or that values within the grid cannot be changed?

If so is this a fundamental limitation of the structure or are you expecting it to be writable in the future?

This data structure would be very useful to us if we could write it to individual voxels. Thank you.