Z3 Development
Z3 Development
Wow! Is @Beatriz-ai-boop trying to be helpful? the good news is that the PHP remote is not being used.
@Beatriz-ai-boop Go for it! Please make the fixes!
> @z3dev Since I have'n never do a Merge Request with Code Review in Github before, can you explain me what I have to do now? Do the single changes...
@zzh97 Welcome it's probably about rotation. The polygons have to follow the rule for rotation. See the API document for poly3. Are you creating the polygons from a custom application/...
@zzh97 Can you explain more? Can you provide a simple example?
@chucks13 Thanks for the design. I don't see anything wrong with your design. I have tried various combinations of the booleans as well. This looks like some kind of bug,...
The exports are now flat. No more hierarchical names. Just change from booleans/union to union For hints see index.js Sorry, but we don't have API documents for V3 yet.
JSCAD could make a patch but it would be better to have the original author make a patch to quickhull3d https://github.com/mauriciopoppe/quickhull3d
It's not trivial. I think the documentation was incorrect. First, you need to create a new package with type module. Put this into package.json ``` { "name": "new", "version": "1.0.0",...
@Hermann-SW its not the same... the quickhull library was converted to use JSCAD internals. Sadly, it will diverge a little more due to this fix. I'm working on the changes.