Marius Kintel
Marius Kintel
Oh, hadn't paid attention to that one. @aprotim could you take a look at that other PR and perhaps discuss with the other author how to best proceed from a...
The challenge is that, to disable GPU usage, we need to find a CPU driver for OpenGL. The one which ships with Windows is ancient and no usable, since Microsoft...
This fails with the following error: ``` ERROR: CGAL error in CGALUtils::applyUnion3D: CGAL ERROR: precondition violation! Expr: ! _is_valid (_succ2_P) || comp_f (node1_P->object, _succ2_P->object) != LARGER File: /Users/kintel/code/OpenSCAD/libraries/install/include/CGAL/Multiset.h Line: 2346...
Let's keep it open. Until Manifold becomes the default, it's useful to track known CGAL issues.
@doug-moen It's not a bug - it's a workaround for not having namespaces. This makes all top-level values local the the use'd file.
I like the idea of an executable converting files to .scad (or .csg) format, and possibly some UI feature to insert (or reference using import/include) in the editor. If we...
When I run this (on macOS), I get this on stderr: ``` CGAL error: assertion violation! Expression : File : /Users/kintel/code/OpenSCAD/libraries/install/include/CGAL/Nef_3/SNC_const_decorator.h Line : 276 Explanation: it is not possible to...
It looks like the problem boils down to that, if `CGAL::convex_decomposition_3()` throws, it leaves the object it's working on in a bad state, causing its destructor to crash in a...
Should be fixed when CGAL-5.5.5 or 5.6.2 is out.
In this case, it's throwing an exception from a regular function, but some destructor crashes during stack unwinding due to a nullptr dereference. We won't make a build until the...