Vasco Asturiano

Results 1135 comments of Vasco Asturiano

@MathieuSlt it looks like it would be more practical to achieve this using `nodeThreeObject`. Is there a reason why you need to use `onEngineTick`?

Duplicate of https://github.com/vasturiano/react-force-graph/issues/356

@guijoe these are issues with the `unpkg` cdn. Please see https://github.com/vasturiano/globe.gl/issues/231. You can switch to the `jsdelivr` cdn to get it back working again.

@owenhey thanks for reaching out. Well, the only way I can imagine that could be adjusted is by configuring the [ThreeJS OrbitControls](https://threejs.org/docs/#examples/en/controls/OrbitControls), which can be accessed by `myGlobe.controls()`. However, I...

A fix has been applied. If you upgrade to the latest version of the lib (`2.27.5`) you shouldn't experience the warnings any more, when using next.js 15.

@Jportilla1980 thanks for reaching out. I'm unable to reproduce your issue, both methods work fine for me. Also on [this example](https://globe.gl/example/emit-arcs-on-click/) if you click on the globe it should emit...

@mostlyrand0m thanks for reaching out. You need to pass the whole typeface object itself, not just a string with the name. There's a few to choose from here: https://github.com/mrdoob/three.js/tree/dev/examples/fonts But...

@Jportilla1980 thanks for the extra info on this. Is it possible that the pencil is slightly moving when tapping, so that it's being interpreted as a globe rotation instead of...

@gottliebtj the `charge` force has a default strength of `-60`. You can see it being set here: https://github.com/vasturiano/three-forcegraph/blob/8ff18536a67022c40b8e12e625f057a824578568/src/forcegraph-kapsule.js#L105-L106

@krumpyzoid thanks for reaching out. I've applied a patch that fixes this issue on the underlying lib `force-graph`. So if you upgrade `force-graph` in your dependency tree to at least...