@@ -19,6 +19,14 @@ Introducing OpenVDBLink, which provides a
19
19
<A HREF="https://www.wolfram.com/mathematica/">Mathematica</A> interface to <A HREF="https://openvdb.org">OpenVDB</A>.
20
20
</BLOCKQUOTE>
21
21
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
+
22
30
@par
23
31
New Features:
24
32
- Introducing OpenVDBLink, which provides a Mathematica interface to
@@ -30,9 +38,11 @@ New Features:
30
38
that's ConstantRegionQ and BoundedRegionQ can be represented
31
39
as a level set grid, providing a more seamless integration with
32
40
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
36
46
level sets, perform a large number of operations on these level set
37
47
surfaces and export them as adaptive polyon meshes.
38
48
- Added nanovdb::IndexGrid that allows for arbitrary voxel values and
0 commit comments