briansturgill

Results 43 comments of briansturgill

The version of node that comes with the current Ubuntu (22.04.1) LTS is 12.22.9, its end-of-life is April 2027. To be clear, a large portion of the Linux world won't...

OK, some additional feedback. It looks like non-Debian versions are pretty much upto date. OpenSuse lags a bit at node 14 (though 16 is in the latest). Centos/Redhat/Fedora, Arch, Gentoo...

OK, put updated code in original issue message. The union also has a similar problem. The intersect works perfectly. Is this by any chance, the "T-junction" problem? Update: geom3.validate(shape) reports...

@platypii Thanks for that example, I'm sure that will be handy while I work on this! > 1. Fix it inside the BSP operations, likely using a data structure which...

I'm busy until next week sometime. I intend to go after the problem full blast when I get free. So if you want to beat me to it, now's the...

@platypii The union example you gave above actually works, i.e. doesn't fail under either CSCAD or the latest JSCAD.

@platypii Thanks! In a manifold object, every edge has exactly two faces. That edge will get split twice. So I modified SplitPolygonByPlane to use a Dictionary (Map) of edges to...

Ummm... I believe that was what the recently removed repair did. It was generally not turned on anyway. On Tue, Jun 21, 2022 at 4:36 PM Z3 Development ***@***.***> wrote:...

I've found a better PDF of the naylor journal article: http://www.vjlove.com/publications/papers/siggraph90.pdf

> Which is the current approach being taken to classify polygons for clipping. Yes, but the problem (at least with the Cube, Cube example) is that it is not clipping...