Mark Moissette

Results 138 comments of Mark Moissette

Hi @profOnno , nice idea / prototype! a few things to note : - please take a look at the basis for V2 , the handling of code will change...

@profOnno about returning promises from main() I have nothing against it and I see the benefits, however it means your main could return: - a single CSG - an array...

@lautr3k hey , sorry if we came off as too blunt on this ! We did not mean to diminish your insanely good work ! we are just undermanned, and...

pretty much everything already returns an array, so it would make sense to support it as output as well

@gfwilliams I know it has been a while, but to generate triangulated models, what you need to use is `CSG.reTesselated()`or even better `CSG.reTesselated().fixTJunctions()` There have been a lot of changes...

For `Catmull-Clark subdivision` and other types of smoothing, there *might* be some operators to do that in the future (emphasis on **might**, we might go through a rewrite of the...

by 'complete this' : do you mean Catmull-Clark subdivision ? Then yes , please! :) I can see that fitting into a general 'smoothing/refinement' operations category. Very sorry about the...

Hi @jtoy cool idea ! It could really help beginners, children etc and is close to blockly/code blocks in spirit I think. I experimented with visual => code and code...

actually, this is *somewhat* trivial to add, with a few possible limtations - I already did something like this for a few projects - ZoomToFit allows automatically fitting the shapes...