
OpenVDB
Introducing a new command line tool, dubbed vdb_tool, that can combine any number of the high-level tools available in openvdb/tools. Many other bug fixes, new features, and improvements.
OpenVDB - Download
Aug 8, 2016 · They can be viewed with the vdb_view command-line tool included in the distribution or with the Houdini or Maya toolkits. The original polygonal meshes for several of …
OpenVDB - About
OpenVDB is an Academy Award-winning C++ library comprising a hierarchical data structure and a suite of tools for the efficient manipulation of sparse, time-varying, volumetric data …
OpenVDB - Documentation
Adoption in Houdini Related publications Data structure K. Museth, “VDB: High-Resolution Sparse Volumes with Dynamic Topology”, ACM Transactions on Graphics 32 (3), 2013. Presented at …
OpenVDB: Frequently Asked Questions
The technical details of VDB are described in the paper "VDB: High-Resolution Sparse Volumes with Dynamic Topology". What license is OpenVDB distributed under? OpenVDB is released …
OpenVDB Overview
Note that the naming scheme for methods that return “begin” iterators closely mirrors that of the iterators themselves. That is, Grid::cbeginValueOn returns a const iterator to the first of a …
OpenVDB: OpenVDB Python
This section describes the OpenVDB Python module and includes Python code snippets and some complete programs that illustrate how to perform common tasks. The Python module …
OpenVDB: OpenVDB Cookbook
This section provides code snippets and some complete programs that illustrate how to use OpenVDB and how to perform common tasks. Contents “Hello, World” for OpenVDB Creating …
OpenVDB: Building OpenVDB
Blosc produces significantly smaller .vdb files If Blosc is disabled, you will not be able to read or use any .vdb files that were created using blosc compression. This includes OpenVDB files …
Release Notes - OpenVDB
Added a -shuffle option that causes vdb_test to run unit tests in random order, which can help to identify unintended dependencies between tests. Added vdb_lod, a command-line tool to …