Skip to content

OpenVDB AX Merge #1580

Answered by Idclip
chrisflesher asked this question in Q&A
Feb 8, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey so the short answer is that you can't do this solely with theb vdb_ax command line binary, but I think I will add an option to allow it because the ideal solution has been proposed for a while but is still not completed. The option will most likely manifest as a --resample-to-match or --combine flag.


Some more details - The issue is that when you're dealing with volumes of different transforms, an expression like min(float@surface_a, float@surface_b) becomes a bit overloaded - attribute accesses should ideally be delegating automatically to more accurate (i.e. trilinear) samplings to accomodate the differences in resolution with respect to the target volume, but at the moment these a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chrisflesher
Comment options

Answer selected by chrisflesher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants