From 975742b1d3428b03e7b73ddc46dc2003510a0863 Mon Sep 17 00:00:00 2001 From: Andre Pradhana Date: Thu, 27 Oct 2022 16:32:54 -0700 Subject: [PATCH] Add vdb_tool in a block announcement. Signed-off-by: Andre Pradhana --- doc/changes.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/changes.txt b/doc/changes.txt index 47085eec1c..6fc73cf722 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -19,6 +19,14 @@ Introducing OpenVDBLink, which provides a Mathematica interface to OpenVDB. +@par +
+Introducing a new command line tool, +dubbed vdb_tool, +that can combine any number of the high-level tools available +in openvdb/tools. +
+ @par New Features: - Introducing OpenVDBLink, which provides a Mathematica interface to @@ -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 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 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