Maciej Halber
Maciej Halber
Looking at the code, it seems like that makefile requires some love, as with its current state it will only build on macOS. I'll look into creating more portable makefile...
Hi Timo - thanks for opening the issue! It has been a while since I worked on this project, but if memory serves - you're right, there is no clipping...
Hi, Thank you for creating the issue. First of all, the *_fine_to_coarse.conf files are not meant to have the algorithm run on them as they don't have all the information...
Ok, thanks for the output. Sadly I currently do not have access to a machine with this particular configuration... 1. the -lpthread should already be included for your configuration, but...
Oh my, I have completely missed this! It's a year late, but if someone else has similar issue - msh_ply can support arbitrary descriptors like so: ``` msh_ply_t *pf =...
This is a good suggestion, I'll try to add a column to lib comparison once I verify the callback support. That being said, I am curious about your use case...
Hi! There are many ways to do 3D lines. The implementations here perform line thickening in the screen space (if memory serves), and as such they should work for 3D....
Hi, Thanks for filing the issue. The code was never tested in Windows environment. I just rebuilt the code under Linux and I am unable to reproduce this issue. It...
I am unfamiliar with Visual Studio, however I'd check the Release configuration and ensure that -DNDEBUG ( or /DNDEBUG ) is passed in release. Only then the asserts would be...