UlysseV

Results 3 issues of UlysseV

Some IGC file have an alternate syntax for the date: instead of `HFDTE280709`, it uses `HFDTEDATE: 280709,01`. I have seen this in files generated with the XCTrack app. In this...

bug

When using `openvdb::tools::meshToVolume()`, there is this great feature that allows you to pass a [`MeshDataAdapter`](https://www.openvdb.org/documentation/doxygen/interfaceMeshDataAdapter.html) that acts as pro proxy for reading mesh data. This allows the user to plug...

I found what I think is a bug in openVDB 7.2. I created a minimum working example that you will find at the end of this post. ## Bug description...