Hi,
During SIGGRAPH's BoF, Ken mentioned that there is a way to call `openvdb::volumeToMesh()` with a reference mesh that can be used to reconstruct sharp features. E.g. when going mesh -> grid -> mesh, that would allow the output mesh to preserve sharp features. However, I looked a bit into the file `tools/VolumeToMesh.h`, but cannot find such a function. There is only a function called `findFeaturePoint()`, which doesn't seem to be used anywhere.
Can someone provide an example of how to use `openvdb::volumeToMesh()` with a reference mesh to preserve sharp features, if that is possible with the current version of OpenVDB?
Thanks!