Jiří Hon

Results 6 comments of Jiří Hon

I have read the CLA Document and I hereby sign the CLA

No, it does not fix the issue. The TypeScript definition of the init function is still the same - without any paramater. See https://github.com/sgenoud/replicad/blob/main/packages/replicad-opencascadejs/src/replicad_single.d.ts#L7165 It seems to be a bug...

I love this idea. You could describe solid models declaratively and easily connect them to user inputs. I'd just like to add that there are other CSG engines out there....

> @jirihon thanks for the input! Would you be interested in submitting a PR for porting manifold to `@threlte/extras`? Oh, that would be way beyond my current abilities and current...

What about the case where I have a `MeshGL` storing the output of some previous boolean operation? Should I also call `AsOriginal()` after converting the `MeshGL` back into `Manifold` to...

> I don't think you need to call `AsOriginal` in that case. We are just opting out of `OriginID` tracking for primitives. It seems ok for primitives only. Thanks for...