Marius Kintel
Marius Kintel
Status as of 2024-03-24: Works with Manifold, still broken with CGAL
Do you have a version of that in STL or smth.? I usually run designs through the 3D printer toolbox in Blender or MeshLab, as Netfabb tends to not catch...
An STL would still be helpful. I can manually re-create an STL from your code and run it through Blender myself, but having the STL would save some manual labor...
@indazoo I guess netfabb is more forgiving, but glancing quickly at your indices, I see this: `[159, 160, 190, 159, 190, 189]`. Note the duplicate vertices. I think this is...
@indazoo In terms of integrity checking on input polyhedrons, perhaps we could add that to #1580 ?
Status as of 2024-03-24: This now works when using the Manifold backend
@lfourrier I think you're experiencing two related issues: 1) OpenSCAD doesn't clean STL output before _exporting_. Our geometry engine (CGAL) operates with higher precision than floating point numbers written to...
Status as of 2024-03-24: This works when using Manifold (and as a bonus, renders in 0.4 seconds rather than 6 minutes).
Status as of 2024-03-24: * bunny & cube works with both CGAL and Manifold * Two bunnies: Still fails with CGAL, but works with Manifold
Status as of 2024-03-24: This now works when using the Manifold backend.