loic-jourdan
loic-jourdan
> I have a working one. https://github.com/spiroyster/qdcsg, which is a quick and dirty header only implementation using the same white paper... It works fine in 99% of cases although has...
Hi, I've also experienced such issue, I've found that there's a copy-paste error line 496: `else if (splitResult->outsideTriangles_.size() == 1 && splitResult->outsideTriangles_.empty())` should be `else if (splitResult->outsideTriangles_.size() == 1 &&...
> Very good spot! That is indeed a typo, and prob copy-paste ;). > > Thanks I will update. Glad you like it and I hope the comments helped. I've...
Ok, I'll keep your warning in mind, it's indeed tough when it hits fp precision issues. Seeing what you already did, I don't think I'll be able to help that...
That would be perfect if you can supply code to post-process vertices, I would not like you to implement it especially for me though. Regarding tooling vs CSG features, IMO,...