Antoine BERNIER

Results 34 comments of Antoine BERNIER

"addons" term makes so much more sense... I'm quite new Three.js and really didn't understood why everything like `CCDIKSolver` was an "example", and not part of the reference documentation. +1...

If using Lerna to publish multiple packages, a nice pattern ([used by Lerna itself](https://www.npmjs.com/search?q=%40lerna)) could be to create a `@three` [NPM "scope"](https://docs.npmjs.com/cli/v8/using-npm/scope) to hold sub-packages, like: `three` -- main package...

Yeah, I didn't even considered it on the performance point of vue... It was more like a kind of optional "smart"/"magic" call, obviously slower then. I understand your concerns, please...

Also, in my opinion, having the radius expressed in meters by default makes more sense than pixels in that case. Let me know if I can help in anything. Cheers

would be really valuable to be able to open/save local files 👍

@Mugen87 thank you Sure, I've listed your points in a `TODO` tasks list in the PR description 👍🏻. Also, because I needed the latest lil-gui version (v0.17.0), I have `import`ed...

And just for my info, why not including `gsap` into `jsm/libs`: license issue? I find the [`Timeline`](https://greensock.com/docs/v3/GSAP/Timeline) feature often very handy...

> What features are missing in the current lil-gui version that you need for the example? [`controller.show()`](https://lil-gui.georgealways.com/#Controller#show) and [`controller.hide()`](https://lil-gui.georgealways.com/#Controller#hide)

but can't we just upgrade `lil-gui` repo lib to its latest `0.17.0` version? -- otherwise if not possible, yes, what I can do is to put the controllers I wanted...

I understand, I will downgrade to 0.16 then -> added to my tasks ;)