Information
- Paper topic: Animation
- Software type: Code
- Able to run a replicability test: False
- Replicability score: 0
- License: GPL
- Build mechanism: CMakeLists
- Dependencies: Openvdb/eigen/zlib/tbb/HyENA
- Documentation score {0,1,2}: 0
- Reviewer: Julie Digne
Source code information
Comments
I was unable to compile. I fixed the CMakeLists to include HyENA (provided as a .so library) and openvdb as well as zlib, tbb and eigen properly, so configuration works. However the version of openvdb is not compatible: MeshToVolume is not a type anymore in openvdb and I was not able to find the corresponding type (FractureRB/src/VDBWrapper.cpp:78:16: error: ‘MeshToVolume’ is not a member of ‘openvdb::v5_0::tools’).