OpenVDB
12.0.0
|
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::v12_0 | |
openvdb::v12_0::points | |
Functions | |
template<bool Staggered, typename ValueT , typename FilterT = NullFilter, typename PointDataTreeT = PointDataTree> | |
auto | rasterizeTrilinear (const PointDataTreeT &points, const std::string &attribute, const FilterT &filter=NullFilter()) |
Perform weighted trilinear rasterization of all points within a voxel. This method takes and returns a tree i.e. ignores grid transformations. More... | |