@@ -19,6 +19,14 @@ Introducing OpenVDBLink, which provides a
1919<A HREF="https://www.wolfram.com/mathematica/">Mathematica</A> interface to <A HREF="https://openvdb.org">OpenVDB</A>.
2020</BLOCKQUOTE>
2121
22+ @par
23+ <BLOCKQUOTE>
24+ Introducing a new command line tool,
25+ dubbed <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb_cmd/vdb_tool">vdb_tool</A>,
26+ that can combine any number of the high-level tools available
27+ in <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb/openvdb/tools">openvdb/tools</A>.
28+ </BLOCKQUOTE>
29+
2230@par
2331New Features:
2432- Introducing OpenVDBLink, which provides a Mathematica interface to
@@ -30,9 +38,11 @@ New Features:
3038 that's ConstantRegionQ and BoundedRegionQ can be represented
3139 as a level set grid, providing a more seamless integration with
3240 OpenVDB.
33- - Introducing a new command-line tool, dubbed vdb_tool, that can combine
34- any number of the of high-level tools available in openvdb/tools. For
35- instance, it can convert a sequence of polygon meshes and particles to
41+ - Introducing a new command-line tool,
42+ dubbed <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb_cmd/vdb_tool">vdb_tool</A>,
43+ that can combine any number of the of high-level tools available
44+ in <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb/openvdb/tools">openvdb/tools</A>.
45+ For instance, it can convert a sequence of polygon meshes and particles to
3646 level sets, perform a large number of operations on these level set
3747 surfaces and export them as adaptive polyon meshes.
3848- Added nanovdb::IndexGrid that allows for arbitrary voxel values and
0 commit comments