OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in computer-generated graphics and animation.
OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in computer-generated graphics and animation.
To install openvdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openvdb
To see what files were installed by openvdb, run:
port contents openvdb
To later upgrade openvdb, run:
sudo port selfupdate && sudo port upgrade openvdb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.