Skip to content

Commit

Permalink
Merge pull request #1508 from apradhana/update_changes_v2
Browse files Browse the repository at this point in the history
Add vdb_tool in a block announcement.
  • Loading branch information
apradhana authored Oct 27, 2022
2 parents 40a781c + 975742b commit be0e7a7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions doc/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Introducing OpenVDBLink, which provides a
<A HREF="https://www.wolfram.com/mathematica/">Mathematica</A> interface to <A HREF="https://openvdb.org">OpenVDB</A>.
</BLOCKQUOTE>

@par
<BLOCKQUOTE>
Introducing a new command line tool,
dubbed <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb_cmd/vdb_tool">vdb_tool</A>,
that can combine any number of the high-level tools available
in <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb/openvdb/tools">openvdb/tools</A>.
</BLOCKQUOTE>

@par
New Features:
- Introducing OpenVDBLink, which provides a Mathematica interface to
Expand All @@ -30,9 +38,11 @@ New Features:
that's ConstantRegionQ and BoundedRegionQ can be represented
as a level set grid, providing a more seamless integration with
OpenVDB.
- Introducing a new command-line tool, dubbed vdb_tool, that can combine
any number of the of high-level tools available in openvdb/tools. For
instance, it can convert a sequence of polygon meshes and particles to
- Introducing a new command-line tool,
dubbed <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb_cmd/vdb_tool">vdb_tool</A>,
that can combine any number of the of high-level tools available
in <A HREF="https://github.com/AcademySoftwareFoundation/openvdb/tree/master/openvdb/openvdb/tools">openvdb/tools</A>.
For instance, it can convert a sequence of polygon meshes and particles to
level sets, perform a large number of operations on these level set
surfaces and export them as adaptive polyon meshes.
- Added nanovdb::IndexGrid that allows for arbitrary voxel values and
Expand Down

0 comments on commit be0e7a7

Please sign in to comment.