level set Tree type requirements for implicit surfaces
77 views
Skip to first unread message
Andrew Bauer
unread,
May 12, 2022, 11:47:22 AM5/12/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
Hi,
Are there any requirements on the Tree Type for level sets when using implicit surfaces? I'm trying to export out VDB files from my package using v8.2 and when I export out a level set with Type Tree_ptdataidx32_5_4_3, other packages that read in these files don't recognize any implicit surface. If I export data as a level set with Type Tree_float_5_4_3 the packages do recognize an implicit surface. This is the same behavior with the sphere.vdb and sphere_points.vdb example files at the bottom of https://www.openvdb.org/download/.
Thanks,
Andy
andre pradhana
unread,
May 12, 2022, 12:51:14 PM5/12/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
The underlying tree for a level-set grid is a scalar tree, e.g. a double tree or a scalar tree. Many packages also check whether the grid is of 'class' GRID_LEVEL_SET.