diff options
Diffstat (limited to 'libraries/openvdb/README')
-rw-r--r-- | libraries/openvdb/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/openvdb/README b/libraries/openvdb/README new file mode 100644 index 0000000000000..8e832e44fc1e7 --- /dev/null +++ b/libraries/openvdb/README @@ -0,0 +1,16 @@ +OpenVDB is an Academy Award-winning open-source C++ library comprising +a novel hierarchical data structure and a 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 +feature film production and is now maintained by the Academy Software +Foundation (ASWF). + +OpenVDB can be compiled with Houdini (not on SBo), if someone needs +support for it, feel free to modify the slackbuild to set + +-DOPENVDB_BUILD_HOUDINI_PLUGIN=ON + +VDB is a format for storing "volumetric data", such as fog, clouds, +and "point cloud" in scientific data. + |