OpenVDB

From Wikipedia the free encyclopedia

OpenVDB
Developer(s)DreamWorks Animation, Academy Software Foundation
Initial releaseAugust 3, 2012; 11 years ago (2012-08-03)
Stable release
11.0.0 / November 1, 2023; 5 months ago (2023-11-01)
Repositorygithub.com/AcademySoftwareFoundation/openvdb
Written inC++
TypeSoftware library
LicenseMozilla Public License 2.0
Websiteopenvdb.org

OpenVDB is an open source software library for working with sparse volumetric data. It provides a hierarchical data structure and related functions to help with calculating volumetric effects in CGI applications. Volumetric effects apply to volumes, as opposed to just on surfaces. An example is fog.

Specifically catering for feature film production, the library was originally developed by DreamWorks Animation and is currently maintained by the Academy Software Foundation (ASWF). The primary authors are Ken Museth, Peter Cucka, Mihai Aldén, and David Hill. OpenVDB is written in C++ and has Python bindings.

OpenVDB is supported in a wide range of CGI software, such as Blender (since April 2016), Cinema 4D, Houdini, and RenderMan. It was first used in the films Puss in Boots (2011)[1] and Rise of the Guardians (2012).

What does VDB stand for?[edit]

Over the years VDB has been interpreted to mean different things, none of which are very descriptive: "Voxel Data Base", "Volumetric Data Blocks", "Volumetric Dynamic B+tree", etc. In early presentations of VDB even a different name was used, "DB+Grid", which was abandoned to emphasize its distinction from similarly named, but different, existing sparse data structures like DT-Grid or DB-Grid. The simple truth is that "VDB" is just a name.[2][3]

References[edit]

  1. ^ "DreamWorks Animation Releases Proprietary Volumetric Format OpenVDB to Open Source Community" (PDF).
  2. ^ "OpenVDB Frequently Asked Questions". Retrieved 2022-02-24.
  3. ^ "CppCast Episode 227: OpenVDB with Ken Museth". YouTube. Retrieved 2023-08-16.

External links[edit]