Uploaded image for project: 'OpenVDB'
  1. OpenVDB
  2. OVDB-59

VDB Point Move - Stealing Leaf Nodes

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • Points
    • None

      This is an optimization to handle the use case where a leaf node contains points that all end up in the same voxel that they started and no points are inserted or deleted from that leaf node. Instead of creating a new AttributeSet, allocating new AttributeArrays and copying across the contents of the old ones, it would be faster to simply steal the data from old leaf node.

      This is a relatively trivial optimization and doesn't require any API or ABI changes.

            Unassigned Unassigned
            danrbailey danrbailey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: