Skip to content

Commit be0e7a7

Browse files
authored
Merge pull request #1508 from apradhana/update_changes_v2
Add vdb_tool in a block announcement.
2 parents 40a781c + 975742b commit be0e7a7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/changes.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2331
New 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

Comments
 (0)