Joe Pea

Results 1897 comments of Joe Pea

> For animations, the `finished` event fired from Three's `AnimationMixer` when an animation clip is finished. Not sure what element specifically it should be fired on though. > Some of...

I'm having this issue. All my packages depend on one package using `"^0.10.0"` and the dependency that they depend on has version `0.10.0` in its package.json. When I run `yarn...

I had to delete `yarn.lock`, then linking started working again. But this workaround risks things breaking if indirect dependencies from npm get updated and there's a breaking change. Ideally modifying...

Lighting a torch from this one and taking (forking) the flame over here: https://github.com/lume/three-meshline Thanks for the fire! Updates include: - modernized with `class` syntax, ES Module format, and `#private`...

The reason for this feature request is because I was hoping to solve - https://github.com/yarnpkg/berry/issues/5948

This is very old, new work in in ossos_next, so this can probably be closed.

I can help here, I have lots of experience with packaging.

I think you can still make it a submodule regardless (put a disclaimer in the README about copyrights if needed). I made a PR for ossos_next: - #22

The ossos_next branch now includes this.

This is a great idea. If Clip/etc will be library agnostic though, it may need to be in a separate utility though, f.e. `ThreeClipUtils.fromThree(threeAnimClip)` would return a `Clip`. Otherwise, we'd...